Html Css Color HEX #581908 Red Oxide

📋 copy color: '#581908'

red 88 ◦ green 25 ◦ blue 8

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

Shades of Red Oxide #581908

Tints of Red Oxide #581908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.66%

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

R = 72.73%
G = 20.66%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#581908 (or 0x581908) is known color: Red Oxide. HEX triplet: 58, 19 and 08. RGB value is (88,25,8). Sum of RGB (Red+Green+Blue) = 88+25+8=121 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.73% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 88 - color contains mainly: red. Hex color #581908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581908 is #A7E6F7. Grayscale: #2A2A2A. Windows color (decimal): -11003640 or 530776. OLE color: 530776.

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

Color convert

RGB 88 25 8 -
CMYK 0 0.72 0.91 0.65
HSL 12.75º 0.83% 0.19% -
HSV(B) 12.75º 0.91% 0.35% -
XYZ 4.42 2.79 0.54 -
YUV 41.9 108.87 160.88 -
System Red Green Blue C M Y K H S L
Decimal 88 25 8 0 0.72 0.91 0.65 12.75 0.83 0.19
Hex 58 19 8 0 48 5B 41 D 53 13
Octal 130 31 10 0 110 133 101 15 123 23
Binary 1011000 11001 1000 0 1001000 1011011 1000001 1101 1010011 10011

Color Harmonies of #581908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581908

Black with #581908

Text Example


Text Example

White with #581908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581908; }

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

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

background-color css

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

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

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

border-color css

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

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

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