#600919

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

Shades of Pohutukawa #600919

Tints of Pohutukawa #600919

Color information

#600919 (or 0x600919) is unknown color: approx Pohutukawa. HEX triplet: 60, 09 and 19. RGB value is (96,9,25). Sum of RGB (Red+Green+Blue) = 96+9+25=130 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.85% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 96 - color contains mainly: red. Hex color #600919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600919 is #9FF6E6. Grayscale: #242424. Windows color (decimal): -10483431 or 1640800. OLE color: 1640800.

HSL color Cylindrical-coordinate representation of color #600919: hue angle of 348.97º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600919 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB96925-
CMYK00.910.740.62
HSL348.97º82.86%20.59%-
HSV(B)348.97º90.62%37.65%-
XYZ5.12.751.18-
YUV36.84121.32170.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 73.85%
GREEN value IS 9 (3.91% from 255) = 6.92%
BLUE value IS 25 (10.16% from 255) = 19.23%
R=73.85%
G=6.92%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9692500.910.740.62348.9782.8620.59
Hex6091905B4A3E15d5315
Octal140113101331127653512325
Binary1100000100111001010110111001010111110101011101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600919; }

 p { color: rgb(96,9,25); }

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

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

 a { background-color: rgb(96,9,25); }

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

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

 span { border-color: rgb(96,9,25); }

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