Html Css Color HEX #601012 Pohutukawa

📋 copy color: '#601012'

red 96 ◦ green 16 ◦ blue 18

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

Shades of Pohutukawa #601012

Tints of Pohutukawa #601012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.31%

 BLUE value IS 18 (7.42% from 255) = 13.85%

R = 73.85%
G = 12.31%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#601012 (or 0x601012) is known color: Pohutukawa. HEX triplet: 60, 10 and 12. RGB value is (96,16,18). Sum of RGB (Red+Green+Blue) = 96+16+18=130 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.85% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 96 - color contains mainly: red. Hex color #601012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601012 is #9FEFED. Grayscale: #282828. Windows color (decimal): -10481646 or 1183840. OLE color: 1183840.

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

Color convert

RGB 96 16 18 -
CMYK 0 0.83 0.81 0.62
HSL 358.5º 0.71% 0.22% -
HSV(B) 358.5º 0.83% 0.38% -
XYZ 5.12 2.9 0.86 -
YUV 40.15 115.5 167.84 -
System Red Green Blue C M Y K H S L
Decimal 96 16 18 0 0.83 0.81 0.62 358.5 0.71 0.22
Hex 60 10 12 0 53 51 3E 166 47 16
Octal 140 20 22 0 123 121 76 546 107 26
Binary 1100000 10000 10010 0 1010011 1010001 111110 101100110 1000111 10110

Color Harmonies of #601012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601012

Black with #601012

Text Example


Text Example

White with #601012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601012; }

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

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

background-color css

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

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

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

border-color css

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

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

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