#5D050A

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

Shades of Pohutukawa #5D050A

Tints of Pohutukawa #5D050A

Color information

#5D050A (or 0x5D050A) is unknown color: approx Pohutukawa. HEX triplet: 5D, 05 and 0A. RGB value is (93,5,10). Sum of RGB (Red+Green+Blue) = 93+5+10=108 (14% of max value = 765). Red value is 93 (36.72% from 255 or 86.11% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 93 - color contains mainly: red. Hex color #5D050A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D050A is #A2FAF5. Grayscale: #1F1F1F. Windows color (decimal): -10681078 or 656733. OLE color: 656733.

HSL color Cylindrical-coordinate representation of color #5D050A: hue angle of 356.59º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D050A is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB93510-
CMYK00.950.890.64
HSL356.59º89.8%19.22%-
HSV(B)356.59º94.62%36.47%-
XYZ4.622.460.52-
YUV31.88115.65171.59-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 86.11%
GREEN value IS 5 (2.34% from 255) = 4.63%
BLUE value IS 10 (4.30% from 255) = 9.26%
R=86.11%
G=4.63%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9351000.950.890.64356.5989.819.22
Hex5D5A05F59401655a13
Octal135512013713110054513223
Binary101110110110100101111110110011000000101100101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,5,10); }

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

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

 a { background-color: rgb(93,5,10); }

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

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

 span { border-color: rgb(93,5,10); }

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