#5D132D

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

Shades of Pohutukawa #5D132D

Tints of Pohutukawa #5D132D

Color information

#5D132D (or 0x5D132D) is unknown color: approx Pohutukawa. HEX triplet: 5D, 13 and 2D. RGB value is (93,19,45). Sum of RGB (Red+Green+Blue) = 93+19+45=157 (20% of max value = 765). Red value is 93 (36.72% from 255 or 59.24% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 93 - color contains mainly: red. Hex color #5D132D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D132D is #A2ECD2. Grayscale: #2C2C2C. Windows color (decimal): -10677459 or 2954077. OLE color: 2954077.

HSL color Cylindrical-coordinate representation of color #5D132D: hue angle of 338.92º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D132D is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB931945-
CMYK00.800.520.64
HSL338.92º66.07%21.96%-
HSV(B)338.92º79.57%36.47%-
XYZ5.222.982.78-
YUV44.09128.52162.89-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 59.24%
GREEN value IS 19 (7.81% from 255) = 12.10%
BLUE value IS 45 (17.97% from 255) = 28.66%
R=59.24%
G=12.10%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93194500.800.520.64338.9266.0721.96
Hex5D132D05034401534216
Octal135235501206410052310226
Binary101110110011101101010100001101001000000101010011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,19,45); }

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

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

 a { background-color: rgb(93,19,45); }

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

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

 span { border-color: rgb(93,19,45); }

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