Html Css Color HEX #601011 Pohutukawa

📋 copy color: '#601011'

red 96 ◦ green 16 ◦ blue 17

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

Shades of Pohutukawa #601011

Tints of Pohutukawa #601011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 13.18%

R = 74.42%
G = 12.4%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#601011 (or 0x601011) is known color: Pohutukawa. HEX triplet: 60, 10 and 11. RGB value is (96,16,17). Sum of RGB (Red+Green+Blue) = 96+16+17=129 (17% of max value = 765). Red value is 96 (37.89% from 255 or 74.42% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 17 (7.03% from 255 or 13.18% from 129); Max value from RGB is 96 - color contains mainly: red. Hex color #601011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601011 is #9FEFEE. Grayscale: #282828. Windows color (decimal): -10481647 or 1118304. OLE color: 1118304.

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

Color convert

RGB 96 16 17 -
CMYK 0 0.83 0.82 0.62
HSL 359.25º 0.71% 0.22% -
HSV(B) 359.25º 0.83% 0.38% -
XYZ 5.11 2.9 0.82 -
YUV 40.03 115 167.92 -
System Red Green Blue C M Y K H S L
Decimal 96 16 17 0 0.83 0.82 0.62 359.25 0.71 0.22
Hex 60 10 11 0 53 52 3E 167 47 16
Octal 140 20 21 0 123 122 76 547 107 26
Binary 1100000 10000 10001 0 1010011 1010010 111110 101100111 1000111 10110

Color Harmonies of #601011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601011

Black with #601011

Text Example


Text Example

White with #601011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601011; }

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

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

background-color css

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

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

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

border-color css

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

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

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