Html Css Color HEX #601016 Pohutukawa

📋 copy color: '#601016'

red 96 ◦ green 16 ◦ blue 22

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

Shades of Pohutukawa #601016

Tints of Pohutukawa #601016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.42%

R = 71.64%
G = 11.94%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#601016 (or 0x601016) is known color: Pohutukawa. HEX triplet: 60, 10 and 16. RGB value is (96,16,22). Sum of RGB (Red+Green+Blue) = 96+16+22=134 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.64% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 96 - color contains mainly: red. Hex color #601016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601016 is #9FEFE9. Grayscale: #282828. Windows color (decimal): -10481642 or 1445984. OLE color: 1445984.

HSL color Cylindrical-coordinate representation of color #601016: hue angle of 355.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 #601016 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 16 22 -
CMYK 0 0.83 0.77 0.62
HSL 355.5º 0.71% 0.22% -
HSV(B) 355.5º 0.83% 0.38% -
XYZ 5.15 2.92 1.05 -
YUV 40.6 117.5 167.51 -
System Red Green Blue C M Y K H S L
Decimal 96 16 22 0 0.83 0.77 0.62 355.5 0.71 0.22
Hex 60 10 16 0 53 4D 3E 164 47 16
Octal 140 20 26 0 123 115 76 544 107 26
Binary 1100000 10000 10110 0 1010011 1001101 111110 101100100 1000111 10110

Color Harmonies of #601016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601016

Black with #601016

Text Example


Text Example

White with #601016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601016; }

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

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

background-color css

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

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

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

border-color css

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

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

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