Html Css Color HEX #60152F Pohutukawa

📋 copy color: '#60152F'

red 96 ◦ green 21 ◦ blue 47

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

Shades of Pohutukawa #60152F

Tints of Pohutukawa #60152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 28.66%

R = 58.54%
G = 12.8%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#60152F (or 0x60152F) is known color: Pohutukawa. HEX triplet: 60, 15 and 2F. RGB value is (96,21,47). Sum of RGB (Red+Green+Blue) = 96+21+47=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #60152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60152F is #9FEAD0. Grayscale: #2E2E2E. Windows color (decimal): -10480337 or 3085664. OLE color: 3085664.

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

Color convert

RGB 96 21 47 -
CMYK 0 0.78 0.51 0.62
HSL 339.2º 0.64% 0.23% -
HSV(B) 339.2º 0.78% 0.38% -
XYZ 5.61 3.23 3.02 -
YUV 46.39 128.35 163.39 -
System Red Green Blue C M Y K H S L
Decimal 96 21 47 0 0.78 0.51 0.62 339.2 0.64 0.23
Hex 60 15 2F 0 4E 33 3E 153 40 17
Octal 140 25 57 0 116 63 76 523 100 27
Binary 1100000 10101 101111 0 1001110 110011 111110 101010011 1000000 10111

Color Harmonies of #60152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60152F

Black with #60152F

Text Example


Text Example

White with #60152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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