#5D050F

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

Shades of Pohutukawa #5D050F

Tints of Pohutukawa #5D050F

Color information

#5D050F (or 0x5D050F) is unknown color: approx Pohutukawa. HEX triplet: 5D, 05 and 0F. RGB value is (93,5,15). Sum of RGB (Red+Green+Blue) = 93+5+15=113 (14% of max value = 765). Red value is 93 (36.72% from 255 or 82.30% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 93 - color contains mainly: red. Hex color #5D050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D050F is #A2FAF0. Grayscale: #202020. Windows color (decimal): -10681073 or 984413. OLE color: 984413.

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

Color convert

RGB93515-
CMYK00.950.840.64
HSL353.18º89.8%19.22%-
HSV(B)353.18º94.62%36.47%-
XYZ4.652.470.68-
YUV32.45118.15171.19-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 82.30%
GREEN value IS 5 (2.34% from 255) = 4.42%
BLUE value IS 15 (6.25% from 255) = 13.27%
R=82.30%
G=4.42%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9351500.950.840.64353.1889.819.22
Hex5D5F05F54401615a13
Octal135517013712410054113223
Binary101110110111110101111110101001000000101100001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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