Html Css Color HEX #581409 Red Oxide

📋 copy color: '#581409'

red 88 ◦ green 20 ◦ blue 9

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

Shades of Red Oxide #581409

Tints of Red Oxide #581409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.09%

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

R = 75.21%
G = 17.09%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#581409 (or 0x581409) is known color: Red Oxide. HEX triplet: 58, 14 and 09. RGB value is (88,20,9). Sum of RGB (Red+Green+Blue) = 88+20+9=117 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.21% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 9 (3.91% from 255 or 7.69% from 117); Max value from RGB is 88 - color contains mainly: red. Hex color #581409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581409 is #A7EBF6. Grayscale: #272727. Windows color (decimal): -11004919 or 595032. OLE color: 595032.

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

Color convert

RGB 88 20 9 -
CMYK 0 0.77 0.90 0.65
HSL 8.35º 0.81% 0.19% -
HSV(B) 8.35º 0.9% 0.35% -
XYZ 4.32 2.59 0.53 -
YUV 39.08 111.03 162.89 -
System Red Green Blue C M Y K H S L
Decimal 88 20 9 0 0.77 0.90 0.65 8.35 0.81 0.19
Hex 58 14 9 0 4D 5A 41 8 51 13
Octal 130 24 11 0 115 132 101 10 121 23
Binary 1011000 10100 1001 0 1001101 1011010 1000001 1000 1010001 10011

Color Harmonies of #581409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581409

Black with #581409

Text Example


Text Example

White with #581409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581409; }

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

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

background-color css

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

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

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

border-color css

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

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

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