Html Css Color HEX #601014 Pohutukawa

📋 copy color: '#601014'

red 96 ◦ green 16 ◦ blue 20

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

Shades of Pohutukawa #601014

Tints of Pohutukawa #601014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.15%

R = 72.73%
G = 12.12%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#601014 (or 0x601014) is known color: Pohutukawa. HEX triplet: 60, 10 and 14. RGB value is (96,16,20). Sum of RGB (Red+Green+Blue) = 96+16+20=132 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.73% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 96 - color contains mainly: red. Hex color #601014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601014 is #9FEFEB. Grayscale: #282828. Windows color (decimal): -10481644 or 1314912. OLE color: 1314912.

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

Color convert

RGB 96 16 20 -
CMYK 0 0.83 0.79 0.62
HSL 357º 0.71% 0.22% -
HSV(B) 357º 0.83% 0.38% -
XYZ 5.14 2.91 0.95 -
YUV 40.38 116.5 167.67 -
System Red Green Blue C M Y K H S L
Decimal 96 16 20 0 0.83 0.79 0.62 357 0.71 0.22
Hex 60 10 14 0 53 4F 3E 165 47 16
Octal 140 20 24 0 123 117 76 545 107 26
Binary 1100000 10000 10100 0 1010011 1001111 111110 101100101 1000111 10110

Color Harmonies of #601014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601014

Black with #601014

Text Example


Text Example

White with #601014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601014; }

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

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

background-color css

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

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

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

border-color css

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

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

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