Html Css Color HEX #60132B Pohutukawa

📋 copy color: '#60132B'

red 96 ◦ green 19 ◦ blue 43

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

Shades of Pohutukawa #60132B

Tints of Pohutukawa #60132B

RGB

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

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

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

R = 60.76%
G = 12.03%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#60132B (or 0x60132B) is known color: Pohutukawa. HEX triplet: 60, 13 and 2B. RGB value is (96,19,43). Sum of RGB (Red+Green+Blue) = 96+19+43=158 (20% of max value = 765). Red value is 96 (37.89% from 255 or 60.76% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 96 - color contains mainly: red. Hex color #60132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60132B is #9FECD4. Grayscale: #2C2C2C. Windows color (decimal): -10480853 or 2823008. OLE color: 2823008.

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

Color convert

RGB 96 19 43 -
CMYK 0 0.80 0.55 0.62
HSL 341.3º 0.67% 0.23% -
HSV(B) 341.3º 0.8% 0.38% -
XYZ 5.49 3.13 2.6 -
YUV 44.76 127.01 164.55 -
System Red Green Blue C M Y K H S L
Decimal 96 19 43 0 0.80 0.55 0.62 341.3 0.67 0.23
Hex 60 13 2B 0 50 37 3E 155 43 17
Octal 140 23 53 0 120 67 76 525 103 27
Binary 1100000 10011 101011 0 1010000 110111 111110 101010101 1000011 10111

Color Harmonies of #60132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60132B

Black with #60132B

Text Example


Text Example

White with #60132B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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