Html Css Color HEX #601013 Pohutukawa

📋 copy color: '#601013'

red 96 ◦ green 16 ◦ blue 19

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

Shades of Pohutukawa #601013

Tints of Pohutukawa #601013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.5%

R = 73.28%
G = 12.21%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#601013 (or 0x601013) is known color: Pohutukawa. HEX triplet: 60, 10 and 13. RGB value is (96,16,19). Sum of RGB (Red+Green+Blue) = 96+16+19=131 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.28% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 96 - color contains mainly: red. Hex color #601013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601013 is #9FEFEC. Grayscale: #282828. Windows color (decimal): -10481645 or 1249376. OLE color: 1249376.

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

Color convert

RGB 96 16 19 -
CMYK 0 0.83 0.80 0.62
HSL 357.75º 0.71% 0.22% -
HSV(B) 357.75º 0.83% 0.38% -
XYZ 5.13 2.9 0.91 -
YUV 40.26 116 167.76 -
System Red Green Blue C M Y K H S L
Decimal 96 16 19 0 0.83 0.80 0.62 357.75 0.71 0.22
Hex 60 10 13 0 53 50 3E 166 47 16
Octal 140 20 23 0 123 120 76 546 107 26
Binary 1100000 10000 10011 0 1010011 1010000 111110 101100110 1000111 10110

Color Harmonies of #601013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601013

Black with #601013

Text Example


Text Example

White with #601013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601013; }

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

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

background-color css

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

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

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

border-color css

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

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

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