#581B0F

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

Shades of Red Oxide #581B0F

Tints of Red Oxide #581B0F

Color information

#581B0F (or 0x581B0F) is unknown color: approx Red Oxide. HEX triplet: 58, 1B and 0F. RGB value is (88,27,15). Sum of RGB (Red+Green+Blue) = 88+27+15=130 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.69% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 88 - color contains mainly: red. Hex color #581B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581B0F is #A7E4F0. Grayscale: #2B2B2B. Windows color (decimal): -11003121 or 990040. OLE color: 990040.

HSL color Cylindrical-coordinate representation of color #581B0F: hue angle of 9.86º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #581B0F is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB882715-
CMYK00.690.830.65
HSL9.86º70.87%20.2%-
HSV(B)9.86º82.95%34.51%-
XYZ4.52.890.77-
YUV43.87111.71159.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 67.69%
GREEN value IS 27 (10.94% from 255) = 20.77%
BLUE value IS 15 (6.25% from 255) = 11.54%
R=67.69%
G=20.77%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88271500.690.830.659.8670.8720.2
Hex581BF0455341a4714
Octal130331701051231011210724
Binary101100011011111101000101101001110000011010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581B0F; }

 p { color: rgb(88,27,15); }

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

<style>
 a { background-color: #581B0F; }

 a { background-color: rgb(88,27,15); }

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

<style>
 span { border-color: #581B0F; }

 span { border-color: rgb(88,27,15); }

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