Html Css Color HEX #60212E Pohutukawa

📋 copy color: '#60212E'

red 96 ◦ green 33 ◦ blue 46

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

Shades of Pohutukawa #60212E

Tints of Pohutukawa #60212E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.86%

 BLUE value IS 46 (18.36% from 255) = 26.29%

R = 54.86%
G = 18.86%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#60212E (or 0x60212E) is known color: Pohutukawa. HEX triplet: 60, 21 and 2E. RGB value is (96,33,46). Sum of RGB (Red+Green+Blue) = 96+33+46=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #60212E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60212E is #9FDED1. Grayscale: #353535. Windows color (decimal): -10477266 or 3023200. OLE color: 3023200.

HSL color Cylindrical-coordinate representation of color #60212E: hue angle of 347.62º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #60212E is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 33 46 -
CMYK 0 0.66 0.52 0.62
HSL 347.62º 0.49% 0.25% -
HSV(B) 347.62º 0.66% 0.38% -
XYZ 5.86 3.77 3 -
YUV 53.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 96 33 46 0 0.66 0.52 0.62 347.62 0.49 0.25
Hex 60 21 2E 0 42 34 3E 15C 31 19
Octal 140 41 56 0 102 64 76 534 61 31
Binary 1100000 100001 101110 0 1000010 110100 111110 101011100 110001 11001

Color Harmonies of #60212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60212E

Black with #60212E

Text Example


Text Example

White with #60212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60212E; }

 p { color: rgb(96,33,46); }

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

background-color css

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

 a { background-color: rgb(96,33,46); }

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

border-color css

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

 span { border-color: rgb(96,33,46); }

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