Html Css Color HEX #581818 Red Oxide

📋 copy color: '#581818'

red 88 ◦ green 24 ◦ blue 24

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

Shades of Red Oxide #581818

Tints of Red Oxide #581818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 17.65%

R = 64.71%
G = 17.65%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#581818 (or 0x581818) is known color: Red Oxide. HEX triplet: 58, 18 and 18. RGB value is (88,24,24). Sum of RGB (Red+Green+Blue) = 88+24+24=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #581818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581818 is #A7E7E7. Grayscale: #2B2B2B. Windows color (decimal): -11003880 or 1579096. OLE color: 1579096.

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

Color convert

RGB 88 24 24 -
CMYK 0 0.73 0.73 0.65
HSL 0.57% 0.22% -
HSV(B) 0.73% 0.35% -
XYZ 4.52 2.79 1.17 -
YUV 43.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 88 24 24 0 0.73 0.73 0.65 0 0.57 0.22
Hex 58 18 18 0 49 49 41 0 39 16
Octal 130 30 30 0 111 111 101 0 71 26
Binary 1011000 11000 11000 0 1001001 1001001 1000001 0 111001 10110

Color Harmonies of #581818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581818

Black with #581818

Text Example


Text Example

White with #581818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581818; }

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

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

background-color css

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

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

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

border-color css

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

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

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