#5F132C

Color #5F132C Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #5F132C

Tints of Pohutukawa #5F132C

Color information

#5F132C (or 0x5F132C) is unknown color: approx Pohutukawa. HEX triplet: 5F, 13 and 2C. RGB value is (95,19,44). Sum of RGB (Red+Green+Blue) = 95+19+44=158 (20% of max value = 765). Red value is 95 (37.5% from 255 or 60.13% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 95 - color contains mainly: red. Hex color #5F132C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F132C is #A0ECD3. Grayscale: #2C2C2C. Windows color (decimal): -10546388 or 2888543. OLE color: 2888543.

HSL color Cylindrical-coordinate representation of color #5F132C: hue angle of 340.26º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F132C is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.63.

Color convert

RGB951944-
CMYK00.800.540.63
HSL340.26º66.67%22.35%-
HSV(B)340.26º80%37.25%-
XYZ5.413.082.69-
YUV44.57127.68163.97-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 60.13%
GREEN value IS 19 (7.81% from 255) = 12.03%
BLUE value IS 44 (17.58% from 255) = 27.85%
R=60.13%
G=12.03%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.54
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95194400.800.540.63340.2666.6722.35
Hex5F132C050363F1544316
Octal13723540120667752410326
Binary10111111001110110001010000110110111111101010100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F132C; }

 p { color: rgb(95,19,44); }

 H1.HeaderClassName
 {
   color: #5F132C;
 }
 .AnyTagClassName
 {
   color: #5F132C;
 }
</style>
background-color css

<style>
 a { background-color: #5F132C; }

 a { background-color: rgb(95,19,44); }

 div.DivClassName
 {
   background-color: #5F132C;
 }
 .BgClassName
 {
   background-color: #5F132C;
 }
</style>
border-color css

<style>
 span { border-color: #5F132C; }

 span { border-color: rgb(95,19,44); }

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