Html Css Color HEX #60212B Pohutukawa

📋 copy color: '#60212B'

red 96 ◦ green 33 ◦ blue 43

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

Shades of Pohutukawa #60212B

Tints of Pohutukawa #60212B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25%

R = 55.81%
G = 19.19%
B = 25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#60212B (or 0x60212B) is known color: Pohutukawa. HEX triplet: 60, 21 and 2B. RGB value is (96,33,43). Sum of RGB (Red+Green+Blue) = 96+33+43=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #60212B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60212B is #9FDED4. Grayscale: #353535. Windows color (decimal): -10477269 or 2826592. OLE color: 2826592.

HSL color Cylindrical-coordinate representation of color #60212B: hue angle of 350.48º 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 #60212B is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 33 43 -
CMYK 0 0.66 0.55 0.62
HSL 350.48º 0.49% 0.25% -
HSV(B) 350.48º 0.66% 0.38% -
XYZ 5.8 3.75 2.7 -
YUV 52.98 122.37 158.69 -
System Red Green Blue C M Y K H S L
Decimal 96 33 43 0 0.66 0.55 0.62 350.48 0.49 0.25
Hex 60 21 2B 0 42 37 3E 15E 31 19
Octal 140 41 53 0 102 67 76 536 61 31
Binary 1100000 100001 101011 0 1000010 110111 111110 101011110 110001 11001

Color Harmonies of #60212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60212B

Black with #60212B

Text Example


Text Example

White with #60212B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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