#5D081E

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

Shades of Pohutukawa #5D081E

Tints of Pohutukawa #5D081E

Color information

#5D081E (or 0x5D081E) is unknown color: approx Pohutukawa. HEX triplet: 5D, 08 and 1E. RGB value is (93,8,30). Sum of RGB (Red+Green+Blue) = 93+8+30=131 (17% of max value = 765). Red value is 93 (36.72% from 255 or 70.99% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 93 - color contains mainly: red. Hex color #5D081E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D081E is #A2F7E1. Grayscale: #232323. Windows color (decimal): -10680290 or 1968221. OLE color: 1968221.

HSL color Cylindrical-coordinate representation of color #5D081E: hue angle of 344.47º 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 #5D081E is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB93830-
CMYK00.910.680.64
HSL344.47º84.16%19.8%-
HSV(B)344.47º91.4%36.47%-
XYZ4.842.591.47-
YUV35.92124.66168.71-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 70.99%
GREEN value IS 8 (3.52% from 255) = 6.11%
BLUE value IS 30 (12.11% from 255) = 22.90%
R=70.99%
G=6.11%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.68
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9383000.910.680.64344.4784.1619.8
Hex5D81E05B44401585414
Octal1351036013310410053012424
Binary10111011000111100101101110001001000000101011000101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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