Html Css Color HEX #601114 Pohutukawa

📋 copy color: '#601114'

red 96 ◦ green 17 ◦ blue 20

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

Shades of Pohutukawa #601114

Tints of Pohutukawa #601114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.78%

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

R = 72.18%
G = 12.78%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#601114 (or 0x601114) is known color: Pohutukawa. HEX triplet: 60, 11 and 14. RGB value is (96,17,20). Sum of RGB (Red+Green+Blue) = 96+17+20=133 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.18% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 96 - color contains mainly: red. Hex color #601114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601114 is #9FEEEB. Grayscale: #292929. Windows color (decimal): -10481388 or 1315168. OLE color: 1315168.

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

Color convert

RGB 96 17 20 -
CMYK 0 0.82 0.79 0.62
HSL 357.72º 0.7% 0.22% -
HSV(B) 357.72º 0.82% 0.38% -
XYZ 5.15 2.94 0.96 -
YUV 40.96 116.17 167.26 -
System Red Green Blue C M Y K H S L
Decimal 96 17 20 0 0.82 0.79 0.62 357.72 0.7 0.22
Hex 60 11 14 0 52 4F 3E 166 46 16
Octal 140 21 24 0 122 117 76 546 106 26
Binary 1100000 10001 10100 0 1010010 1001111 111110 101100110 1000110 10110

Color Harmonies of #601114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601114

Black with #601114

Text Example


Text Example

White with #601114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601114; }

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

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

background-color css

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

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

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

border-color css

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

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

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