Html Css Color HEX #581816 Red Oxide

📋 copy color: '#581816'

red 88 ◦ green 24 ◦ blue 22

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

Shades of Red Oxide #581816

Tints of Red Oxide #581816

RGB

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

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

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

R = 65.67%
G = 17.91%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#581816 (or 0x581816) is known color: Red Oxide. HEX triplet: 58, 18 and 16. RGB value is (88,24,22). Sum of RGB (Red+Green+Blue) = 88+24+22=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #581816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581816 is #A7E7E9. Grayscale: #2A2A2A. Windows color (decimal): -11003882 or 1448024. OLE color: 1448024.

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

Color convert

RGB 88 24 22 -
CMYK 0 0.73 0.75 0.65
HSL 1.82º 0.6% 0.22% -
HSV(B) 1.82º 0.75% 0.35% -
XYZ 4.5 2.79 1.06 -
YUV 42.91 116.2 160.16 -
System Red Green Blue C M Y K H S L
Decimal 88 24 22 0 0.73 0.75 0.65 1.82 0.6 0.22
Hex 58 18 16 0 49 4B 41 2 3C 16
Octal 130 30 26 0 111 113 101 2 74 26
Binary 1011000 11000 10110 0 1001001 1001011 1000001 10 111100 10110

Color Harmonies of #581816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581816

Black with #581816

Text Example


Text Example

White with #581816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581816; }

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

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

background-color css

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

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

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

border-color css

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

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

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