Html Css Color HEX #60152B Pohutukawa

📋 copy color: '#60152B'

red 96 ◦ green 21 ◦ blue 43

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

Shades of Pohutukawa #60152B

Tints of Pohutukawa #60152B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.88%

R = 60%
G = 13.13%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#60152B (or 0x60152B) is known color: Pohutukawa. HEX triplet: 60, 15 and 2B. RGB value is (96,21,43). Sum of RGB (Red+Green+Blue) = 96+21+43=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #60152B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60152B is #9FEAD4. Grayscale: #2D2D2D. Windows color (decimal): -10480341 or 2823520. OLE color: 2823520.

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

Color convert

RGB 96 21 43 -
CMYK 0 0.78 0.55 0.62
HSL 342.4º 0.64% 0.23% -
HSV(B) 342.4º 0.78% 0.38% -
XYZ 5.53 3.2 2.61 -
YUV 45.93 126.35 163.71 -
System Red Green Blue C M Y K H S L
Decimal 96 21 43 0 0.78 0.55 0.62 342.4 0.64 0.23
Hex 60 15 2B 0 4E 37 3E 156 40 17
Octal 140 25 53 0 116 67 76 526 100 27
Binary 1100000 10101 101011 0 1001110 110111 111110 101010110 1000000 10111

Color Harmonies of #60152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60152B

Black with #60152B

Text Example


Text Example

White with #60152B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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