#5D081D

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

Shades of Pohutukawa #5D081D

Tints of Pohutukawa #5D081D

Color information

#5D081D (or 0x5D081D) is unknown color: approx Pohutukawa. HEX triplet: 5D, 08 and 1D. RGB value is (93,8,29). Sum of RGB (Red+Green+Blue) = 93+8+29=130 (17% of max value = 765). Red value is 93 (36.72% from 255 or 71.54% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 93 - color contains mainly: red. Hex color #5D081D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D081D is #A2F7E2. Grayscale: #232323. Windows color (decimal): -10680291 or 1902685. OLE color: 1902685.

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

Color convert

RGB93829-
CMYK00.910.690.64
HSL345.18º84.16%19.8%-
HSV(B)345.18º91.4%36.47%-
XYZ4.822.591.41-
YUV35.81124.16168.79-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 71.54%
GREEN value IS 8 (3.52% from 255) = 6.15%
BLUE value IS 29 (11.72% from 255) = 22.31%
R=71.54%
G=6.15%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.69
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9382900.910.690.64345.1884.1619.8
Hex5D81D05B45401595414
Octal1351035013310510053112424
Binary10111011000111010101101110001011000000101011001101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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