Html Css Color HEX #60132E Pohutukawa

📋 copy color: '#60132E'

red 96 ◦ green 19 ◦ blue 46

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

Shades of Pohutukawa #60132E

Tints of Pohutukawa #60132E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.8%

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

R = 59.63%
G = 11.8%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#60132E (or 0x60132E) is known color: Pohutukawa. HEX triplet: 60, 13 and 2E. RGB value is (96,19,46). Sum of RGB (Red+Green+Blue) = 96+19+46=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #60132E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60132E is #9FECD1. Grayscale: #2D2D2D. Windows color (decimal): -10480850 or 3019616. OLE color: 3019616.

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

Color convert

RGB 96 19 46 -
CMYK 0 0.80 0.52 0.62
HSL 338.96º 0.67% 0.23% -
HSV(B) 338.96º 0.8% 0.38% -
XYZ 5.55 3.15 2.9 -
YUV 45.1 128.51 164.3 -
System Red Green Blue C M Y K H S L
Decimal 96 19 46 0 0.80 0.52 0.62 338.96 0.67 0.23
Hex 60 13 2E 0 50 34 3E 153 43 17
Octal 140 23 56 0 120 64 76 523 103 27
Binary 1100000 10011 101110 0 1010000 110100 111110 101010011 1000011 10111

Color Harmonies of #60132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60132E

Black with #60132E

Text Example


Text Example

White with #60132E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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