Html Css Color HEX #60152D Pohutukawa

📋 copy color: '#60152D'

red 96 ◦ green 21 ◦ blue 45

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

Shades of Pohutukawa #60152D

Tints of Pohutukawa #60152D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 27.78%

R = 59.26%
G = 12.96%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#60152D (or 0x60152D) is known color: Pohutukawa. HEX triplet: 60, 15 and 2D. RGB value is (96,21,45). Sum of RGB (Red+Green+Blue) = 96+21+45=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #60152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60152D is #9FEAD2. Grayscale: #2E2E2E. Windows color (decimal): -10480339 or 2954592. OLE color: 2954592.

HSL color Cylindrical-coordinate representation of color #60152D: hue angle of 340.8º 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 #60152D is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 21 45 -
CMYK 0 0.78 0.53 0.62
HSL 340.8º 0.64% 0.23% -
HSV(B) 340.8º 0.78% 0.38% -
XYZ 5.57 3.21 2.81 -
YUV 46.16 127.35 163.55 -
System Red Green Blue C M Y K H S L
Decimal 96 21 45 0 0.78 0.53 0.62 340.8 0.64 0.23
Hex 60 15 2D 0 4E 35 3E 155 40 17
Octal 140 25 55 0 116 65 76 525 100 27
Binary 1100000 10101 101101 0 1001110 110101 111110 101010101 1000000 10111

Color Harmonies of #60152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60152D

Black with #60152D

Text Example


Text Example

White with #60152D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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