Html Css Color HEX #581509 Red Oxide

📋 copy color: '#581509'

red 88 ◦ green 21 ◦ blue 9

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

Shades of Red Oxide #581509

Tints of Red Oxide #581509

RGB

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

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

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

R = 74.58%
G = 17.8%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#581509 (or 0x581509) is known color: Red Oxide. HEX triplet: 58, 15 and 09. RGB value is (88,21,9). Sum of RGB (Red+Green+Blue) = 88+21+9=118 (15% of max value = 765). Red value is 88 (34.77% from 255 or 74.58% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 88 - color contains mainly: red. Hex color #581509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581509 is #A7EAF6. Grayscale: #272727. Windows color (decimal): -11004663 or 595288. OLE color: 595288.

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

Color convert

RGB 88 21 9 -
CMYK 0 0.76 0.90 0.65
HSL 9.11º 0.81% 0.19% -
HSV(B) 9.11º 0.9% 0.35% -
XYZ 4.34 2.63 0.54 -
YUV 39.67 110.7 162.48 -
System Red Green Blue C M Y K H S L
Decimal 88 21 9 0 0.76 0.90 0.65 9.11 0.81 0.19
Hex 58 15 9 0 4C 5A 41 9 51 13
Octal 130 25 11 0 114 132 101 11 121 23
Binary 1011000 10101 1001 0 1001100 1011010 1000001 1001 1010001 10011

Color Harmonies of #581509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581509

Black with #581509

Text Example


Text Example

White with #581509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581509; }

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

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

background-color css

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

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

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

border-color css

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

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

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