#5D161F

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

Shades of Pohutukawa #5D161F

Tints of Pohutukawa #5D161F

Color information

#5D161F (or 0x5D161F) is unknown color: approx Pohutukawa. HEX triplet: 5D, 16 and 1F. RGB value is (93,22,31). Sum of RGB (Red+Green+Blue) = 93+22+31=146 (19% of max value = 765). Red value is 93 (36.72% from 255 or 63.70% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 93 - color contains mainly: red. Hex color #5D161F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D161F is #A2E9E0. Grayscale: #2C2C2C. Windows color (decimal): -10676705 or 2037341. OLE color: 2037341.

HSL color Cylindrical-coordinate representation of color #5D161F: hue angle of 352.39º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D161F is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB932231-
CMYK00.760.670.64
HSL352.39º61.74%22.55%-
HSV(B)352.39º76.34%36.47%-
XYZ5.0531.61-
YUV44.26120.52162.77-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 63.70%
GREEN value IS 22 (8.98% from 255) = 15.07%
BLUE value IS 31 (12.5% from 255) = 21.23%
R=63.70%
G=15.07%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93223100.760.670.64352.3961.7422.55
Hex5D161F04C43401603e17
Octal135263701141031005407627
Binary10111011011011111010011001000011100000010110000011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,22,31); }

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

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

 a { background-color: rgb(93,22,31); }

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

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

 span { border-color: rgb(93,22,31); }

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