Html Css Color HEX #60051C Pohutukawa

📋 copy color: '#60051C'

red 96 ◦ green 5 ◦ blue 28

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

Shades of Pohutukawa #60051C

Tints of Pohutukawa #60051C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.88%

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

R = 74.42%
G = 3.88%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#60051C (or 0x60051C) is known color: Pohutukawa. HEX triplet: 60, 05 and 1C. RGB value is (96,5,28). Sum of RGB (Red+Green+Blue) = 96+5+28=129 (17% of max value = 765). Red value is 96 (37.89% from 255 or 74.42% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 96 - color contains mainly: red. Hex color #60051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60051C is #9FFAE3. Grayscale: #222222. Windows color (decimal): -10484452 or 1836384. OLE color: 1836384.

HSL color Cylindrical-coordinate representation of color #60051C: hue angle of 344.84º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #60051C is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 5 28 -
CMYK 0 0.95 0.71 0.62
HSL 344.84º 0.9% 0.2% -
HSV(B) 344.84º 0.95% 0.38% -
XYZ 5.09 2.68 1.35 -
YUV 34.83 124.15 171.63 -
System Red Green Blue C M Y K H S L
Decimal 96 5 28 0 0.95 0.71 0.62 344.84 0.9 0.2
Hex 60 5 1C 0 5F 47 3E 159 5A 14
Octal 140 5 34 0 137 107 76 531 132 24
Binary 1100000 101 11100 0 1011111 1000111 111110 101011001 1011010 10100

Color Harmonies of #60051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60051C

Black with #60051C

Text Example


Text Example

White with #60051C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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