Html Css Color HEX #601214 Pohutukawa

📋 copy color: '#601214'

red 96 ◦ green 18 ◦ blue 20

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

Shades of Pohutukawa #601214

Tints of Pohutukawa #601214

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.43%

 BLUE value IS 20 (8.2% from 255) = 14.93%

R = 71.64%
G = 13.43%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#601214 (or 0x601214) is known color: Pohutukawa. HEX triplet: 60, 12 and 14. RGB value is (96,18,20). Sum of RGB (Red+Green+Blue) = 96+18+20=134 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.64% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 96 - color contains mainly: red. Hex color #601214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601214 is #9FEDEB. Grayscale: #292929. Windows color (decimal): -10481132 or 1315424. OLE color: 1315424.

HSL color Cylindrical-coordinate representation of color #601214: hue angle of 358.46º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #601214 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 18 20 -
CMYK 0 0.81 0.79 0.62
HSL 358.46º 0.68% 0.22% -
HSV(B) 358.46º 0.81% 0.38% -
XYZ 5.17 2.97 0.96 -
YUV 41.55 115.84 166.84 -
System Red Green Blue C M Y K H S L
Decimal 96 18 20 0 0.81 0.79 0.62 358.46 0.68 0.22
Hex 60 12 14 0 51 4F 3E 166 44 16
Octal 140 22 24 0 121 117 76 546 104 26
Binary 1100000 10010 10100 0 1010001 1001111 111110 101100110 1000100 10110

Color Harmonies of #601214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601214

Black with #601214

Text Example


Text Example

White with #601214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601214; }

 p { color: rgb(96,18,20); }

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

background-color css

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

 a { background-color: rgb(96,18,20); }

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

border-color css

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

 span { border-color: rgb(96,18,20); }

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