#5D152D

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

Shades of Pohutukawa #5D152D

Tints of Pohutukawa #5D152D

Color information

#5D152D (or 0x5D152D) is unknown color: approx Pohutukawa. HEX triplet: 5D, 15 and 2D. RGB value is (93,21,45). Sum of RGB (Red+Green+Blue) = 93+21+45=159 (21% of max value = 765). Red value is 93 (36.72% from 255 or 58.49% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 93 - color contains mainly: red. Hex color #5D152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D152D is #A2EAD2. Grayscale: #2D2D2D. Windows color (decimal): -10676947 or 2954589. OLE color: 2954589.

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

Color convert

RGB932145-
CMYK00.770.520.64
HSL340º63.16%22.35%-
HSV(B)340º77.42%36.47%-
XYZ5.263.052.79-
YUV45.26127.85162.05-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 58.49%
GREEN value IS 21 (8.59% from 255) = 13.21%
BLUE value IS 45 (17.97% from 255) = 28.30%
R=58.49%
G=13.21%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93214500.770.520.6434063.1622.35
Hex5D152D04D34401543f16
Octal13525550115641005247726
Binary10111011010110110101001101110100100000010101010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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