#5D091D

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

Shades of Pohutukawa #5D091D

Tints of Pohutukawa #5D091D

Color information

#5D091D (or 0x5D091D) is unknown color: approx Pohutukawa. HEX triplet: 5D, 09 and 1D. RGB value is (93,9,29). Sum of RGB (Red+Green+Blue) = 93+9+29=131 (17% of max value = 765). Red value is 93 (36.72% from 255 or 70.99% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 93 - color contains mainly: red. Hex color #5D091D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D091D is #A2F6E2. Grayscale: #242424. Windows color (decimal): -10680035 or 1902941. OLE color: 1902941.

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

Color convert

RGB93929-
CMYK00.900.690.64
HSL345.71º82.35%20%-
HSV(B)345.71º90.32%36.47%-
XYZ4.832.611.41-
YUV36.4123.83168.37-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 70.99%
GREEN value IS 9 (3.91% from 255) = 6.87%
BLUE value IS 29 (11.72% from 255) = 22.14%
R=70.99%
G=6.87%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.69
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9392900.900.690.64345.7182.3520
Hex5D91D05A454015a5214
Octal1351135013210510053212224
Binary10111011001111010101101010001011000000101011010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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