Html Css Color HEX #581508 Red Oxide

📋 copy color: '#581508'

red 88 ◦ green 21 ◦ blue 8

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

Shades of Red Oxide #581508

Tints of Red Oxide #581508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.95%

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

R = 75.21%
G = 17.95%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#581508 (or 0x581508) is known color: Red Oxide. HEX triplet: 58, 15 and 08. RGB value is (88,21,8). Sum of RGB (Red+Green+Blue) = 88+21+8=117 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.21% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 88 - color contains mainly: red. Hex color #581508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581508 is #A7EAF7. Grayscale: #272727. Windows color (decimal): -11004664 or 529752. OLE color: 529752.

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

Color convert

RGB 88 21 8 -
CMYK 0 0.76 0.91 0.65
HSL 9.75º 0.83% 0.19% -
HSV(B) 9.75º 0.91% 0.35% -
XYZ 4.34 2.63 0.51 -
YUV 39.55 110.2 162.56 -
System Red Green Blue C M Y K H S L
Decimal 88 21 8 0 0.76 0.91 0.65 9.75 0.83 0.19
Hex 58 15 8 0 4C 5B 41 A 53 13
Octal 130 25 10 0 114 133 101 12 123 23
Binary 1011000 10101 1000 0 1001100 1011011 1000001 1010 1010011 10011

Color Harmonies of #581508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581508

Black with #581508

Text Example


Text Example

White with #581508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581508; }

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

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

background-color css

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

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

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

border-color css

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

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

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