Html Css Color HEX #600512 Pohutukawa

📋 copy color: '#600512'

red 96 ◦ green 5 ◦ blue 18

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

Shades of Pohutukawa #600512

Tints of Pohutukawa #600512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.2%

 BLUE value IS 18 (7.42% from 255) = 15.13%

R = 80.67%
G = 4.2%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#600512 (or 0x600512) is known color: Pohutukawa. HEX triplet: 60, 05 and 12. RGB value is (96,5,18). Sum of RGB (Red+Green+Blue) = 96+5+18=119 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80.67% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 96 - color contains mainly: red. Hex color #600512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600512 is #9FFAED. Grayscale: #212121. Windows color (decimal): -10484462 or 1181024. OLE color: 1181024.

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

Color convert

RGB 96 5 18 -
CMYK 0 0.95 0.81 0.62
HSL 351.43º 0.9% 0.2% -
HSV(B) 351.43º 0.95% 0.38% -
XYZ 4.99 2.64 0.82 -
YUV 33.69 119.15 172.44 -
System Red Green Blue C M Y K H S L
Decimal 96 5 18 0 0.95 0.81 0.62 351.43 0.9 0.2
Hex 60 5 12 0 5F 51 3E 15F 5A 14
Octal 140 5 22 0 137 121 76 537 132 24
Binary 1100000 101 10010 0 1011111 1010001 111110 101011111 1011010 10100

Color Harmonies of #600512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600512

Black with #600512

Text Example


Text Example

White with #600512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600512; }

 p { color: rgb(96,5,18); }

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

background-color css

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

 a { background-color: rgb(96,5,18); }

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

border-color css

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

 span { border-color: rgb(96,5,18); }

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