Html Css Color HEX #581808 Red Oxide

📋 copy color: '#581808'

red 88 ◦ green 24 ◦ blue 8

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

Shades of Red Oxide #581808

Tints of Red Oxide #581808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.67%

R = 73.33%
G = 20%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#581808 (or 0x581808) is known color: Red Oxide. HEX triplet: 58, 18 and 08. RGB value is (88,24,8). Sum of RGB (Red+Green+Blue) = 88+24+8=120 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.33% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 88 - color contains mainly: red. Hex color #581808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581808 is #A7E7F7. Grayscale: #292929. Windows color (decimal): -11003896 or 530520. OLE color: 530520.

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

Color convert

RGB 88 24 8 -
CMYK 0 0.73 0.91 0.65
HSL 12º 0.83% 0.19% -
HSV(B) 12º 0.91% 0.35% -
XYZ 4.39 2.75 0.53 -
YUV 41.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 88 24 8 0 0.73 0.91 0.65 12 0.83 0.19
Hex 58 18 8 0 49 5B 41 C 53 13
Octal 130 30 10 0 111 133 101 14 123 23
Binary 1011000 11000 1000 0 1001001 1011011 1000001 1100 1010011 10011

Color Harmonies of #581808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581808

Black with #581808

Text Example


Text Example

White with #581808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581808; }

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

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

background-color css

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

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

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

border-color css

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

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

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