#5D152F

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

Shades of Pohutukawa #5D152F

Tints of Pohutukawa #5D152F

Color information

#5D152F (or 0x5D152F) is unknown color: approx Pohutukawa. HEX triplet: 5D, 15 and 2F. RGB value is (93,21,47). Sum of RGB (Red+Green+Blue) = 93+21+47=161 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.76% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 93 - color contains mainly: red. Hex color #5D152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D152F is #A2EAD0. Grayscale: #2D2D2D. Windows color (decimal): -10676945 or 3085661. OLE color: 3085661.

HSL color Cylindrical-coordinate representation of color #5D152F: hue angle of 338.33º 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 #5D152F is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB932147-
CMYK00.770.490.64
HSL338.33º63.16%22.35%-
HSV(B)338.33º77.42%36.47%-
XYZ5.33.073-
YUV45.49128.85161.89-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 57.76%
GREEN value IS 21 (8.59% from 255) = 13.04%
BLUE value IS 47 (18.75% from 255) = 29.19%
R=57.76%
G=13.04%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93214700.770.490.64338.3363.1622.35
Hex5D152F04D31401523f16
Octal13525570115611005227726
Binary10111011010110111101001101110001100000010101001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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