Html Css Color HEX #581209 Red Oxide

📋 copy color: '#581209'

red 88 ◦ green 18 ◦ blue 9

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

Shades of Red Oxide #581209

Tints of Red Oxide #581209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.83%

R = 76.52%
G = 15.65%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#581209 (or 0x581209) is known color: Red Oxide. HEX triplet: 58, 12 and 09. RGB value is (88,18,9). Sum of RGB (Red+Green+Blue) = 88+18+9=115 (15% of max value = 765). Red value is 88 (34.77% from 255 or 76.52% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 88 - color contains mainly: red. Hex color #581209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581209 is #A7EDF6. Grayscale: #262626. Windows color (decimal): -11005431 or 594520. OLE color: 594520.

HSL color Cylindrical-coordinate representation of color #581209: hue angle of 6.84º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #581209 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 18 9 -
CMYK 0 0.80 0.90 0.65
HSL 6.84º 0.81% 0.19% -
HSV(B) 6.84º 0.9% 0.35% -
XYZ 4.29 2.53 0.52 -
YUV 37.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 88 18 9 0 0.80 0.90 0.65 6.84 0.81 0.19
Hex 58 12 9 0 50 5A 41 7 51 13
Octal 130 22 11 0 120 132 101 7 121 23
Binary 1011000 10010 1001 0 1010000 1011010 1000001 111 1010001 10011

Color Harmonies of #581209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581209

Black with #581209

Text Example


Text Example

White with #581209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581209; }

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

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

background-color css

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

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

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

border-color css

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

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

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