#5D151D

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

Shades of Pohutukawa #5D151D

Tints of Pohutukawa #5D151D

Color information

#5D151D (or 0x5D151D) is unknown color: approx Pohutukawa. HEX triplet: 5D, 15 and 1D. RGB value is (93,21,29). Sum of RGB (Red+Green+Blue) = 93+21+29=143 (18% of max value = 765). Red value is 93 (36.72% from 255 or 65.03% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 93 - color contains mainly: red. Hex color #5D151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D151D is #A2EAE2. Grayscale: #2B2B2B. Windows color (decimal): -10676963 or 1906013. OLE color: 1906013.

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

Color convert

RGB932129-
CMYK00.770.690.64
HSL353.33º63.16%22.35%-
HSV(B)353.33º77.42%36.47%-
XYZ52.951.47-
YUV43.44119.85163.35-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 65.03%
GREEN value IS 21 (8.59% from 255) = 14.69%
BLUE value IS 29 (11.72% from 255) = 20.28%
R=65.03%
G=14.69%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93212900.770.690.64353.3363.1622.35
Hex5D151D04D45401613f16
Octal135253501151051005417726
Binary10111011010111101010011011000101100000010110000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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