Html Css Color HEX #60152E Pohutukawa

📋 copy color: '#60152E'

red 96 ◦ green 21 ◦ blue 46

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

Shades of Pohutukawa #60152E

Tints of Pohutukawa #60152E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.88%

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

R = 58.9%
G = 12.88%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#60152E (or 0x60152E) is known color: Pohutukawa. HEX triplet: 60, 15 and 2E. RGB value is (96,21,46). Sum of RGB (Red+Green+Blue) = 96+21+46=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #60152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60152E is #9FEAD1. Grayscale: #2E2E2E. Windows color (decimal): -10480338 or 3020128. OLE color: 3020128.

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

Color convert

RGB 96 21 46 -
CMYK 0 0.78 0.52 0.62
HSL 340º 0.64% 0.23% -
HSV(B) 340º 0.78% 0.38% -
XYZ 5.59 3.22 2.91 -
YUV 46.28 127.85 163.47 -
System Red Green Blue C M Y K H S L
Decimal 96 21 46 0 0.78 0.52 0.62 340 0.64 0.23
Hex 60 15 2E 0 4E 34 3E 154 40 17
Octal 140 25 56 0 116 64 76 524 100 27
Binary 1100000 10101 101110 0 1001110 110100 111110 101010100 1000000 10111

Color Harmonies of #60152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60152E

Black with #60152E

Text Example


Text Example

White with #60152E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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