Html Css Color HEX #600D24 Pohutukawa

📋 copy color: '#600D24'

red 96 ◦ green 13 ◦ blue 36

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

Shades of Pohutukawa #600D24

Tints of Pohutukawa #600D24

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.97%

 BLUE value IS 36 (14.45% from 255) = 24.83%

R = 66.21%
G = 8.97%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#600D24 (or 0x600D24) is known color: Pohutukawa. HEX triplet: 60, 0D and 24. RGB value is (96,13,36). Sum of RGB (Red+Green+Blue) = 96+13+36=145 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.21% from 145); Green value is 13 (5.47% from 255 or 8.97% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 96 - color contains mainly: red. Hex color #600D24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600D24 is #9FF2DB. Grayscale: #282828. Windows color (decimal): -10482396 or 2362720. OLE color: 2362720.

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

Color convert

RGB 96 13 36 -
CMYK 0 0.86 0.62 0.62
HSL 343.37º 0.76% 0.21% -
HSV(B) 343.37º 0.86% 0.38% -
XYZ 5.29 2.9 1.95 -
YUV 40.44 125.5 167.63 -
System Red Green Blue C M Y K H S L
Decimal 96 13 36 0 0.86 0.62 0.62 343.37 0.76 0.21
Hex 60 D 24 0 56 3E 3E 157 4C 15
Octal 140 15 44 0 126 76 76 527 114 25
Binary 1100000 1101 100100 0 1010110 111110 111110 101010111 1001100 10101

Color Harmonies of #600D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600D24

Black with #600D24

Text Example


Text Example

White with #600D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,13,36); }

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

background-color css

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

 a { background-color: rgb(96,13,36); }

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

border-color css

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

 span { border-color: rgb(96,13,36); }

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