Html Css Color HEX #60152A Pohutukawa

📋 copy color: '#60152A'

red 96 ◦ green 21 ◦ blue 42

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

Shades of Pohutukawa #60152A

Tints of Pohutukawa #60152A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 26.42%

R = 60.38%
G = 13.21%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#60152A (or 0x60152A) is known color: Pohutukawa. HEX triplet: 60, 15 and 2A. RGB value is (96,21,42). Sum of RGB (Red+Green+Blue) = 96+21+42=159 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60.38% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 96 - color contains mainly: red. Hex color #60152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60152A is #9FEAD5. Grayscale: #2D2D2D. Windows color (decimal): -10480342 or 2757984. OLE color: 2757984.

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

Color convert

RGB 96 21 42 -
CMYK 0 0.78 0.56 0.62
HSL 343.2º 0.64% 0.23% -
HSV(B) 343.2º 0.78% 0.38% -
XYZ 5.51 3.19 2.52 -
YUV 45.82 125.85 163.79 -
System Red Green Blue C M Y K H S L
Decimal 96 21 42 0 0.78 0.56 0.62 343.2 0.64 0.23
Hex 60 15 2A 0 4E 38 3E 157 40 17
Octal 140 25 52 0 116 70 76 527 100 27
Binary 1100000 10101 101010 0 1001110 111000 111110 101010111 1000000 10111

Color Harmonies of #60152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60152A

Black with #60152A

Text Example


Text Example

White with #60152A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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