Html Css Color HEX #60142E Pohutukawa

📋 copy color: '#60142E'

red 96 ◦ green 20 ◦ blue 46

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

Shades of Pohutukawa #60142E

Tints of Pohutukawa #60142E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.35%

 BLUE value IS 46 (18.36% from 255) = 28.4%

R = 59.26%
G = 12.35%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#60142E (or 0x60142E) is known color: Pohutukawa. HEX triplet: 60, 14 and 2E. RGB value is (96,20,46). Sum of RGB (Red+Green+Blue) = 96+20+46=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #60142E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60142E is #9FEBD1. Grayscale: #2D2D2D. Windows color (decimal): -10480594 or 3019872. OLE color: 3019872.

HSL color Cylindrical-coordinate representation of color #60142E: hue angle of 339.47º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #60142E is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 20 46 -
CMYK 0 0.79 0.52 0.62
HSL 339.47º 0.66% 0.23% -
HSV(B) 339.47º 0.79% 0.38% -
XYZ 5.57 3.18 2.91 -
YUV 45.69 128.18 163.89 -
System Red Green Blue C M Y K H S L
Decimal 96 20 46 0 0.79 0.52 0.62 339.47 0.66 0.23
Hex 60 14 2E 0 4F 34 3E 153 42 17
Octal 140 24 56 0 117 64 76 523 102 27
Binary 1100000 10100 101110 0 1001111 110100 111110 101010011 1000010 10111

Color Harmonies of #60142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60142E

Black with #60142E

Text Example


Text Example

White with #60142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60142E; }

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

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

background-color css

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

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

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

border-color css

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

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

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