Html Css Color HEX #600B0C Pohutukawa

📋 copy color: '#600B0C'

red 96 ◦ green 11 ◦ blue 12

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

Shades of Pohutukawa #600B0C

Tints of Pohutukawa #600B0C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.24%

 BLUE value IS 12 (5.08% from 255) = 10.08%

R = 80.67%
G = 9.24%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#600B0C (or 0x600B0C) is known color: Pohutukawa. HEX triplet: 60, 0B and 0C. RGB value is (96,11,12). Sum of RGB (Red+Green+Blue) = 96+11+12=119 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80.67% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 96 - color contains mainly: red. Hex color #600B0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600B0C is #9FF4F3. Grayscale: #242424. Windows color (decimal): -10482932 or 789344. OLE color: 789344.

HSL color Cylindrical-coordinate representation of color #600B0C: hue angle of 359.29º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #600B0C is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 11 12 -
CMYK 0 0.89 0.88 0.62
HSL 359.29º 0.79% 0.21% -
HSV(B) 359.29º 0.89% 0.38% -
XYZ 5.01 2.75 0.62 -
YUV 36.53 114.16 170.42 -
System Red Green Blue C M Y K H S L
Decimal 96 11 12 0 0.89 0.88 0.62 359.29 0.79 0.21
Hex 60 B C 0 59 58 3E 167 4F 15
Octal 140 13 14 0 131 130 76 547 117 25
Binary 1100000 1011 1100 0 1011001 1011000 111110 101100111 1001111 10101

Color Harmonies of #600B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600B0C

Black with #600B0C

Text Example


Text Example

White with #600B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600B0C; }

 p { color: rgb(96,11,12); }

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

background-color css

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

 a { background-color: rgb(96,11,12); }

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

border-color css

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

 span { border-color: rgb(96,11,12); }

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