Html Css Color HEX #601417 Pohutukawa

📋 copy color: '#601417'

red 96 ◦ green 20 ◦ blue 23

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

Shades of Pohutukawa #601417

Tints of Pohutukawa #601417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.39%

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

R = 69.06%
G = 14.39%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#601417 (or 0x601417) is known color: Pohutukawa. HEX triplet: 60, 14 and 17. RGB value is (96,20,23). Sum of RGB (Red+Green+Blue) = 96+20+23=139 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.06% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 96 - color contains mainly: red. Hex color #601417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601417 is #9FEBE8. Grayscale: #2B2B2B. Windows color (decimal): -10480617 or 1512544. OLE color: 1512544.

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

Color convert

RGB 96 20 23 -
CMYK 0 0.79 0.76 0.62
HSL 357.63º 0.66% 0.23% -
HSV(B) 357.63º 0.79% 0.38% -
XYZ 5.23 3.05 1.12 -
YUV 43.07 116.68 165.76 -
System Red Green Blue C M Y K H S L
Decimal 96 20 23 0 0.79 0.76 0.62 357.63 0.66 0.23
Hex 60 14 17 0 4F 4C 3E 166 42 17
Octal 140 24 27 0 117 114 76 546 102 27
Binary 1100000 10100 10111 0 1001111 1001100 111110 101100110 1000010 10111

Color Harmonies of #601417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601417

Black with #601417

Text Example


Text Example

White with #601417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601417; }

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

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

background-color css

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

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

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

border-color css

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

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

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