Html Css Color HEX #581B15 Red Oxide

📋 copy color: '#581B15'

red 88 ◦ green 27 ◦ blue 21

#581B15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #581B15

Tints of Red Oxide #581B15

RGB

 RED value IS 88 (34.77% from 255) = 64.71%

 GREEN value IS 27 (10.94% from 255) = 19.85%

 BLUE value IS 21 (8.59% from 255) = 15.44%

R = 64.71%
G = 19.85%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#581B15 (or 0x581B15) is known color: Red Oxide. HEX triplet: 58, 1B and 15. RGB value is (88,27,21). Sum of RGB (Red+Green+Blue) = 88+27+21=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #581B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581B15 is #A7E4EA. Grayscale: #2C2C2C. Windows color (decimal): -11003115 or 1383256. OLE color: 1383256.

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

Color convert

RGB 88 27 21 -
CMYK 0 0.69 0.76 0.65
HSL 5.37º 0.61% 0.21% -
HSV(B) 5.37º 0.76% 0.35% -
XYZ 4.55 2.91 1.03 -
YUV 44.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 88 27 21 0 0.69 0.76 0.65 5.37 0.61 0.21
Hex 58 1B 15 0 45 4C 41 5 3D 15
Octal 130 33 25 0 105 114 101 5 75 25
Binary 1011000 11011 10101 0 1000101 1001100 1000001 101 111101 10101

Color Harmonies of #581B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581B15

Black with #581B15

Text Example


Text Example

White with #581B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #581B15;
 }
 .AnyTagClassName
 {
   color: #581B15;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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