#690B1F

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

Shades of Pohutukawa #690B1F

Tints of Pohutukawa #690B1F

Color information

#690B1F (or 0x690B1F) is unknown color: approx Pohutukawa. HEX triplet: 69, 0B and 1F. RGB value is (105,11,31). Sum of RGB (Red+Green+Blue) = 105+11+31=147 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.43% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 105 - color contains mainly: red. Hex color #690B1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690B1F is #96F4E0. Grayscale: #292929. Windows color (decimal): -9893089 or 2034537. OLE color: 2034537.

HSL color Cylindrical-coordinate representation of color #690B1F: hue angle of 347.23º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690B1F is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB1051131-
CMYK00.900.700.59
HSL347.23º81.03%22.75%-
HSV(B)347.23º89.52%41.18%-
XYZ6.193.341.61-
YUV41.39122.14173.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 71.43%
GREEN value IS 11 (4.69% from 255) = 7.48%
BLUE value IS 31 (12.5% from 255) = 21.09%
R=71.43%
G=7.48%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105113100.900.700.59347.2381.0322.75
Hex69B1F05A463B15b5117
Octal151133701321067353312127
Binary1101001101111111010110101000110111011101011011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690B1F; }

 p { color: rgb(105,11,31); }

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

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

 a { background-color: rgb(105,11,31); }

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

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

 span { border-color: rgb(105,11,31); }

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