#691927

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

Shades of Pohutukawa #691927

Tints of Pohutukawa #691927

Color information

#691927 (or 0x691927) is unknown color: approx Pohutukawa. HEX triplet: 69, 19 and 27. RGB value is (105,25,39). Sum of RGB (Red+Green+Blue) = 105+25+39=169 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.13% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 105 - color contains mainly: red. Hex color #691927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691927 is #96E6D8. Grayscale: #323232. Windows color (decimal): -9889497 or 2562409. OLE color: 2562409.

HSL color Cylindrical-coordinate representation of color #691927: hue angle of 349.5º 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 #691927 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB1052539-
CMYK00.760.630.59
HSL349.5º61.54%25.49%-
HSV(B)349.5º76.19%41.18%-
XYZ6.543.852.32-
YUV50.52121.5166.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 62.13%
GREEN value IS 25 (10.16% from 255) = 14.79%
BLUE value IS 39 (15.62% from 255) = 23.08%
R=62.13%
G=14.79%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105253900.760.630.59349.561.5425.49
Hex69192704C3F3B15e3e19
Octal1513147011477735367631
Binary1101001110011001110100110011111111101110101111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691927; }

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

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

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

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

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

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

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

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