#5D111B

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

Shades of Pohutukawa #5D111B

Tints of Pohutukawa #5D111B

Color information

#5D111B (or 0x5D111B) is unknown color: approx Pohutukawa. HEX triplet: 5D, 11 and 1B. RGB value is (93,17,27). Sum of RGB (Red+Green+Blue) = 93+17+27=137 (18% of max value = 765). Red value is 93 (36.72% from 255 or 67.88% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 93 - color contains mainly: red. Hex color #5D111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D111B is #A2EEE4. Grayscale: #282828. Windows color (decimal): -10677989 or 1773917. OLE color: 1773917.

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

Color convert

RGB931727-
CMYK00.820.710.64
HSL352.11º69.09%21.57%-
HSV(B)352.11º81.72%36.47%-
XYZ4.912.811.32-
YUV40.86120.18165.19-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 67.88%
GREEN value IS 17 (7.03% from 255) = 12.41%
BLUE value IS 27 (10.94% from 255) = 19.71%
R=67.88%
G=12.41%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.71
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93172700.820.710.64352.1169.0921.57
Hex5D111B05247401604516
Octal1352133012210710054010526
Binary101110110001110110101001010001111000000101100000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,17,27); }

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

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

 a { background-color: rgb(93,17,27); }

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

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

 span { border-color: rgb(93,17,27); }

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