Html Css Color HEX #60111C Pohutukawa

📋 copy color: '#60111C'

red 96 ◦ green 17 ◦ blue 28

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

Shades of Pohutukawa #60111C

Tints of Pohutukawa #60111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.86%

R = 68.09%
G = 12.06%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#60111C (or 0x60111C) is known color: Pohutukawa. HEX triplet: 60, 11 and 1C. RGB value is (96,17,28). Sum of RGB (Red+Green+Blue) = 96+17+28=141 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.09% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 96 - color contains mainly: red. Hex color #60111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60111C is #9FEEE3. Grayscale: #292929. Windows color (decimal): -10481380 or 1839456. OLE color: 1839456.

HSL color Cylindrical-coordinate representation of color #60111C: hue angle of 351.65º 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 #60111C is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 17 28 -
CMYK 0 0.82 0.71 0.62
HSL 351.65º 0.7% 0.22% -
HSV(B) 351.65º 0.82% 0.38% -
XYZ 5.23 2.97 1.4 -
YUV 41.88 120.17 166.61 -
System Red Green Blue C M Y K H S L
Decimal 96 17 28 0 0.82 0.71 0.62 351.65 0.7 0.22
Hex 60 11 1C 0 52 47 3E 160 46 16
Octal 140 21 34 0 122 107 76 540 106 26
Binary 1100000 10001 11100 0 1010010 1000111 111110 101100000 1000110 10110

Color Harmonies of #60111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60111C

Black with #60111C

Text Example


Text Example

White with #60111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60111C; }

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

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

background-color css

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

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

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

border-color css

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

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

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