Html Css Color HEX #601117 Pohutukawa

📋 copy color: '#601117'

red 96 ◦ green 17 ◦ blue 23

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

Shades of Pohutukawa #601117

Tints of Pohutukawa #601117

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.5%

 BLUE value IS 23 (9.38% from 255) = 16.91%

R = 70.59%
G = 12.5%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#601117 (or 0x601117) is known color: Pohutukawa. HEX triplet: 60, 11 and 17. RGB value is (96,17,23). Sum of RGB (Red+Green+Blue) = 96+17+23=136 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.59% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 96 - color contains mainly: red. Hex color #601117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601117 is #9FEEE8. Grayscale: #292929. Windows color (decimal): -10481385 or 1511776. OLE color: 1511776.

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

Color convert

RGB 96 17 23 -
CMYK 0 0.82 0.76 0.62
HSL 355.44º 0.7% 0.22% -
HSV(B) 355.44º 0.82% 0.38% -
XYZ 5.18 2.95 1.11 -
YUV 41.31 117.67 167.01 -
System Red Green Blue C M Y K H S L
Decimal 96 17 23 0 0.82 0.76 0.62 355.44 0.7 0.22
Hex 60 11 17 0 52 4C 3E 163 46 16
Octal 140 21 27 0 122 114 76 543 106 26
Binary 1100000 10001 10111 0 1010010 1001100 111110 101100011 1000110 10110

Color Harmonies of #601117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601117

Black with #601117

Text Example


Text Example

White with #601117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601117; }

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

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

background-color css

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

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

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

border-color css

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

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

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