Html Css Color HEX #601315 Pohutukawa

📋 copy color: '#601315'

red 96 ◦ green 19 ◦ blue 21

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

Shades of Pohutukawa #601315

Tints of Pohutukawa #601315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.44%

R = 70.59%
G = 13.97%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#601315 (or 0x601315) is known color: Pohutukawa. HEX triplet: 60, 13 and 15. RGB value is (96,19,21). Sum of RGB (Red+Green+Blue) = 96+19+21=136 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.59% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 96 - color contains mainly: red. Hex color #601315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601315 is #9FECEA. Grayscale: #2A2A2A. Windows color (decimal): -10480875 or 1381216. OLE color: 1381216.

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

Color convert

RGB 96 19 21 -
CMYK 0 0.80 0.78 0.62
HSL 358.44º 0.67% 0.23% -
HSV(B) 358.44º 0.8% 0.38% -
XYZ 5.19 3.01 1.02 -
YUV 42.25 116.01 166.34 -
System Red Green Blue C M Y K H S L
Decimal 96 19 21 0 0.80 0.78 0.62 358.44 0.67 0.23
Hex 60 13 15 0 50 4E 3E 166 43 17
Octal 140 23 25 0 120 116 76 546 103 27
Binary 1100000 10011 10101 0 1010000 1001110 111110 101100110 1000011 10111

Color Harmonies of #601315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601315

Black with #601315

Text Example


Text Example

White with #601315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601315; }

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

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

background-color css

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

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

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

border-color css

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

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

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