Html Css Color HEX #581810 Red Oxide

📋 copy color: '#581810'

red 88 ◦ green 24 ◦ blue 16

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

Shades of Red Oxide #581810

Tints of Red Oxide #581810

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.75%

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

R = 68.75%
G = 18.75%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#581810 (or 0x581810) is known color: Red Oxide. HEX triplet: 58, 18 and 10. RGB value is (88,24,16). Sum of RGB (Red+Green+Blue) = 88+24+16=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #581810 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581810 is #A7E7EF. Grayscale: #2A2A2A. Windows color (decimal): -11003888 or 1054808. OLE color: 1054808.

HSL color Cylindrical-coordinate representation of color #581810: hue angle of 6.67º 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 #581810 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 24 16 -
CMYK 0 0.73 0.82 0.65
HSL 6.67º 0.69% 0.2% -
HSV(B) 6.67º 0.82% 0.35% -
XYZ 4.44 2.77 0.79 -
YUV 42.22 113.2 160.65 -
System Red Green Blue C M Y K H S L
Decimal 88 24 16 0 0.73 0.82 0.65 6.67 0.69 0.2
Hex 58 18 10 0 49 52 41 7 45 14
Octal 130 30 20 0 111 122 101 7 105 24
Binary 1011000 11000 10000 0 1001001 1010010 1000001 111 1000101 10100

Color Harmonies of #581810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581810

Black with #581810

Text Example


Text Example

White with #581810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581810; }

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

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

background-color css

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

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

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

border-color css

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

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

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