#5F2727

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

Shades of Red Oxide #5F2727

Tints of Red Oxide #5F2727

Color information

#5F2727 (or 0x5F2727) is unknown color: approx Red Oxide. HEX triplet: 5F, 27 and 27. RGB value is (95,39,39). Sum of RGB (Red+Green+Blue) = 95+39+39=173 (22% of max value = 765). Red value is 95 (37.5% from 255 or 54.91% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2727 is #A0D8D8. Grayscale: #373737. Windows color (decimal): -10541273 or 2565983. OLE color: 2565983.

HSL color Cylindrical-coordinate representation of color #5F2727: hue angle of 0º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F2727 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.63.

Color convert

RGB953939-
CMYK00.590.590.63
HSL41.79%26.27%-
HSV(B)58.95%37.25%-
XYZ5.814.032.39-
YUV55.74118.55156-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 54.91%
GREEN value IS 39 (15.62% from 255) = 22.54%
BLUE value IS 39 (15.62% from 255) = 22.54%
R=54.91%
G=22.54%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95393900.590.590.63041.7926.27
Hex5F272703B3B3F02a1a
Octal1374747073737705232
Binary10111111001111001110111011111011111111010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,39,39); }

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

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

 a { background-color: rgb(95,39,39); }

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

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

 span { border-color: rgb(95,39,39); }

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