Html Css Color HEX #600815 Pohutukawa

📋 copy color: '#600815'

red 96 ◦ green 8 ◦ blue 21

#600815
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #600815

Tints of Pohutukawa #600815

RGB

 RED value IS 96 (37.89% from 255) = 76.8%

 GREEN value IS 8 (3.52% from 255) = 6.4%

 BLUE value IS 21 (8.59% from 255) = 16.8%

R = 76.8%
G = 6.4%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#600815 (or 0x600815) is known color: Pohutukawa. HEX triplet: 60, 08 and 15. RGB value is (96,8,21). Sum of RGB (Red+Green+Blue) = 96+8+21=125 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.8% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 96 - color contains mainly: red. Hex color #600815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600815 is #9FF7EA. Grayscale: #232323. Windows color (decimal): -10483691 or 1378400. OLE color: 1378400.

HSL color Cylindrical-coordinate representation of color #600815: hue angle of 351.14º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600815 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 8 21 -
CMYK 0 0.92 0.78 0.62
HSL 351.14º 0.85% 0.2% -
HSV(B) 351.14º 0.92% 0.38% -
XYZ 5.05 2.71 0.97 -
YUV 35.79 119.65 170.94 -
System Red Green Blue C M Y K H S L
Decimal 96 8 21 0 0.92 0.78 0.62 351.14 0.85 0.2
Hex 60 8 15 0 5C 4E 3E 15F 55 14
Octal 140 10 25 0 134 116 76 537 125 24
Binary 1100000 1000 10101 0 1011100 1001110 111110 101011111 1010101 10100

Color Harmonies of #600815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600815

Black with #600815

Text Example


Text Example

White with #600815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600815; }

 p { color: rgb(96,8,21); }

 H1.HeaderClassName
 {
   color: #600815;
 }
 .AnyTagClassName
 {
   color: #600815;
 }
</style>

background-color css

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

 a { background-color: rgb(96,8,21); }

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

border-color css

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

 span { border-color: rgb(96,8,21); }

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