Html Css Color HEX #600C29 Pohutukawa

📋 copy color: '#600C29'

red 96 ◦ green 12 ◦ blue 41

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

Shades of Pohutukawa #600C29

Tints of Pohutukawa #600C29

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.05%

 BLUE value IS 41 (16.41% from 255) = 27.52%

R = 64.43%
G = 8.05%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#600C29 (or 0x600C29) is known color: Pohutukawa. HEX triplet: 60, 0C and 29. RGB value is (96,12,41). Sum of RGB (Red+Green+Blue) = 96+12+41=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #600C29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600C29 is #9FF3D6. Grayscale: #282828. Windows color (decimal): -10482647 or 2690144. OLE color: 2690144.

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

Color convert

RGB 96 12 41 -
CMYK 0 0.88 0.57 0.62
HSL 339.29º 0.78% 0.21% -
HSV(B) 339.29º 0.88% 0.38% -
XYZ 5.36 2.91 2.38 -
YUV 40.42 128.33 167.64 -
System Red Green Blue C M Y K H S L
Decimal 96 12 41 0 0.88 0.57 0.62 339.29 0.78 0.21
Hex 60 C 29 0 58 39 3E 153 4E 15
Octal 140 14 51 0 130 71 76 523 116 25
Binary 1100000 1100 101001 0 1011000 111001 111110 101010011 1001110 10101

Color Harmonies of #600C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600C29

Black with #600C29

Text Example


Text Example

White with #600C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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