#691929

Color #691929 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #691929

Tints of Pohutukawa #691929

Color information

#691929 (or 0x691929) is unknown color: approx Pohutukawa. HEX triplet: 69, 19 and 29. RGB value is (105,25,41). Sum of RGB (Red+Green+Blue) = 105+25+41=171 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.40% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 105 - color contains mainly: red. Hex color #691929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691929 is #96E6D6. Grayscale: #323232. Windows color (decimal): -9889495 or 2693481. OLE color: 2693481.

HSL color Cylindrical-coordinate representation of color #691929: hue angle of 348º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #691929 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB1052541-
CMYK00.760.610.59
HSL348º61.54%25.49%-
HSV(B)348º76.19%41.18%-
XYZ6.573.862.5-
YUV50.74122.5166.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 61.40%
GREEN value IS 25 (10.16% from 255) = 14.62%
BLUE value IS 41 (16.41% from 255) = 23.98%
R=61.40%
G=14.62%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105254100.760.610.5934861.5425.49
Hex69192904C3D3B15c3e19
Octal1513151011475735347631
Binary1101001110011010010100110011110111101110101110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691929; }

 p { color: rgb(105,25,41); }

 H1.HeaderClassName
 {
   color: #691929;
 }
 .AnyTagClassName
 {
   color: #691929;
 }
</style>
background-color css

<style>
 a { background-color: #691929; }

 a { background-color: rgb(105,25,41); }

 div.DivClassName
 {
   background-color: #691929;
 }
 .BgClassName
 {
   background-color: #691929;
 }
</style>
border-color css

<style>
 span { border-color: #691929; }

 span { border-color: rgb(105,25,41); }

 td.TdClassName
 {
   border-color: #691929;
 }
 .TagClassName
 {
   border-color: #691929;
 }
</style>