Html Css Color HEX #581916 Red Oxide

📋 copy color: '#581916'

red 88 ◦ green 25 ◦ blue 22

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

Shades of Red Oxide #581916

Tints of Red Oxide #581916

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.52%

 BLUE value IS 22 (8.98% from 255) = 16.3%

R = 65.19%
G = 18.52%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#581916 (or 0x581916) is known color: Red Oxide. HEX triplet: 58, 19 and 16. RGB value is (88,25,22). Sum of RGB (Red+Green+Blue) = 88+25+22=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #581916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581916 is #A7E6E9. Grayscale: #2B2B2B. Windows color (decimal): -11003626 or 1448280. OLE color: 1448280.

HSL color Cylindrical-coordinate representation of color #581916: hue angle of 2.73º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #581916 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 25 22 -
CMYK 0 0.72 0.75 0.65
HSL 2.73º 0.6% 0.22% -
HSV(B) 2.73º 0.75% 0.35% -
XYZ 4.52 2.83 1.07 -
YUV 43.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 88 25 22 0 0.72 0.75 0.65 2.73 0.6 0.22
Hex 58 19 16 0 48 4B 41 3 3C 16
Octal 130 31 26 0 110 113 101 3 74 26
Binary 1011000 11001 10110 0 1001000 1001011 1000001 11 111100 10110

Color Harmonies of #581916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581916

Black with #581916

Text Example


Text Example

White with #581916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581916; }

 p { color: rgb(88,25,22); }

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

background-color css

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

 a { background-color: rgb(88,25,22); }

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

border-color css

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

 span { border-color: rgb(88,25,22); }

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