Html Css Color HEX #581B10 Red Oxide

📋 copy color: '#581B10'

red 88 ◦ green 27 ◦ blue 16

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

Shades of Red Oxide #581B10

Tints of Red Oxide #581B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.21%

R = 67.18%
G = 20.61%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#581B10 (or 0x581B10) is known color: Red Oxide. HEX triplet: 58, 1B and 10. RGB value is (88,27,16). Sum of RGB (Red+Green+Blue) = 88+27+16=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #581B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581B10 is #A7E4EF. Grayscale: #2C2C2C. Windows color (decimal): -11003120 or 1055576. OLE color: 1055576.

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

Color convert

RGB 88 27 16 -
CMYK 0 0.69 0.82 0.65
HSL 9.17º 0.69% 0.2% -
HSV(B) 9.17º 0.82% 0.35% -
XYZ 4.51 2.9 0.81 -
YUV 43.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 88 27 16 0 0.69 0.82 0.65 9.17 0.69 0.2
Hex 58 1B 10 0 45 52 41 9 45 14
Octal 130 33 20 0 105 122 101 11 105 24
Binary 1011000 11011 10000 0 1000101 1010010 1000001 1001 1000101 10100

Color Harmonies of #581B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581B10

Black with #581B10

Text Example


Text Example

White with #581B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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