#5D0F1F

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

Shades of Pohutukawa #5D0F1F

Tints of Pohutukawa #5D0F1F

Color information

#5D0F1F (or 0x5D0F1F) is unknown color: approx Pohutukawa. HEX triplet: 5D, 0F and 1F. RGB value is (93,15,31). Sum of RGB (Red+Green+Blue) = 93+15+31=139 (18% of max value = 765). Red value is 93 (36.72% from 255 or 66.91% from 139); Green value is 15 (6.25% from 255 or 10.79% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0F1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0F1F is #A2F0E0. Grayscale: #282828. Windows color (decimal): -10678497 or 2035549. OLE color: 2035549.

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

Color convert

RGB931531-
CMYK00.840.670.64
HSL347.69º72.22%21.18%-
HSV(B)347.69º83.87%36.47%-
XYZ4.932.771.57-
YUV40.15122.84165.7-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 66.91%
GREEN value IS 15 (6.25% from 255) = 10.79%
BLUE value IS 31 (12.5% from 255) = 22.30%
R=66.91%
G=10.79%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93153100.840.670.64347.6972.2221.18
Hex5DF1F054434015c4815
Octal1351737012410310053411025
Binary10111011111111110101010010000111000000101011100100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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