Html Css Color HEX #601317 Pohutukawa

📋 copy color: '#601317'

red 96 ◦ green 19 ◦ blue 23

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

Shades of Pohutukawa #601317

Tints of Pohutukawa #601317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.77%

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

R = 69.57%
G = 13.77%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#601317 (or 0x601317) is known color: Pohutukawa. HEX triplet: 60, 13 and 17. RGB value is (96,19,23). Sum of RGB (Red+Green+Blue) = 96+19+23=138 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.57% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 96 - color contains mainly: red. Hex color #601317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601317 is #9FECE8. Grayscale: #2A2A2A. Windows color (decimal): -10480873 or 1512288. OLE color: 1512288.

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

Color convert

RGB 96 19 23 -
CMYK 0 0.80 0.76 0.62
HSL 356.88º 0.67% 0.23% -
HSV(B) 356.88º 0.8% 0.38% -
XYZ 5.21 3.01 1.12 -
YUV 42.48 117.01 166.17 -
System Red Green Blue C M Y K H S L
Decimal 96 19 23 0 0.80 0.76 0.62 356.88 0.67 0.23
Hex 60 13 17 0 50 4C 3E 165 43 17
Octal 140 23 27 0 120 114 76 545 103 27
Binary 1100000 10011 10111 0 1010000 1001100 111110 101100101 1000011 10111

Color Harmonies of #601317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601317

Black with #601317

Text Example


Text Example

White with #601317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601317; }

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

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

background-color css

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

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

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

border-color css

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

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

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