Html Css Color HEX #581208 Red Oxide

📋 copy color: '#581208'

red 88 ◦ green 18 ◦ blue 8

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

Shades of Red Oxide #581208

Tints of Red Oxide #581208

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.79%

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

R = 77.19%
G = 15.79%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#581208 (or 0x581208) is known color: Red Oxide. HEX triplet: 58, 12 and 08. RGB value is (88,18,8). Sum of RGB (Red+Green+Blue) = 88+18+8=114 (15% of max value = 765). Red value is 88 (34.77% from 255 or 77.19% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 8 (3.52% from 255 or 7.02% from 114); Max value from RGB is 88 - color contains mainly: red. Hex color #581208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581208 is #A7EDF7. Grayscale: #252525. Windows color (decimal): -11005432 or 528984. OLE color: 528984.

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

Color convert

RGB 88 18 8 -
CMYK 0 0.80 0.91 0.65
HSL 7.5º 0.83% 0.19% -
HSV(B) 7.5º 0.91% 0.35% -
XYZ 4.28 2.52 0.49 -
YUV 37.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 88 18 8 0 0.80 0.91 0.65 7.5 0.83 0.19
Hex 58 12 8 0 50 5B 41 8 53 13
Octal 130 22 10 0 120 133 101 10 123 23
Binary 1011000 10010 1000 0 1010000 1011011 1000001 1000 1010011 10011

Color Harmonies of #581208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581208

Black with #581208

Text Example


Text Example

White with #581208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581208; }

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

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

background-color css

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

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

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

border-color css

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

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

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