#690A24

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

Shades of Pohutukawa #690A24

Tints of Pohutukawa #690A24

Color information

#690A24 (or 0x690A24) is unknown color: approx Pohutukawa. HEX triplet: 69, 0A and 24. RGB value is (105,10,36). Sum of RGB (Red+Green+Blue) = 105+10+36=151 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.54% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 105 - color contains mainly: red. Hex color #690A24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690A24 is #96F5DB. Grayscale: #292929. Windows color (decimal): -9893340 or 2361961. OLE color: 2361961.

HSL color Cylindrical-coordinate representation of color #690A24: hue angle of 343.58º degrees, saturation: 0.83, 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 #690A24 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB1051036-
CMYK00.900.660.59
HSL343.58º82.61%22.55%-
HSV(B)343.58º90.48%41.18%-
XYZ6.253.351.99-
YUV41.37124.97173.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 69.54%
GREEN value IS 10 (4.30% from 255) = 6.62%
BLUE value IS 36 (14.45% from 255) = 23.84%
R=69.54%
G=6.62%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105103600.900.660.59343.5882.6122.55
Hex69A2405A423B1585317
Octal151124401321027353012327
Binary11010011010100100010110101000010111011101011000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,10,36); }

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

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

 a { background-color: rgb(105,10,36); }

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

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

 span { border-color: rgb(105,10,36); }

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