Html Css Color HEX #581812 Red Oxide

📋 copy color: '#581812'

red 88 ◦ green 24 ◦ blue 18

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

Shades of Red Oxide #581812

Tints of Red Oxide #581812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.85%

R = 67.69%
G = 18.46%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#581812 (or 0x581812) is known color: Red Oxide. HEX triplet: 58, 18 and 12. RGB value is (88,24,18). Sum of RGB (Red+Green+Blue) = 88+24+18=130 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.69% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 88 - color contains mainly: red. Hex color #581812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581812 is #A7E7ED. Grayscale: #2A2A2A. Windows color (decimal): -11003886 or 1185880. OLE color: 1185880.

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

Color convert

RGB 88 24 18 -
CMYK 0 0.73 0.80 0.65
HSL 5.14º 0.66% 0.21% -
HSV(B) 5.14º 0.8% 0.35% -
XYZ 4.46 2.77 0.87 -
YUV 42.45 114.2 160.49 -
System Red Green Blue C M Y K H S L
Decimal 88 24 18 0 0.73 0.80 0.65 5.14 0.66 0.21
Hex 58 18 12 0 49 50 41 5 42 15
Octal 130 30 22 0 111 120 101 5 102 25
Binary 1011000 11000 10010 0 1001001 1010000 1000001 101 1000010 10101

Color Harmonies of #581812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581812

Black with #581812

Text Example


Text Example

White with #581812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581812; }

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

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

background-color css

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

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

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

border-color css

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

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

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