Html Css Color HEX #581609 Red Oxide

📋 copy color: '#581609'

red 88 ◦ green 22 ◦ blue 9

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

Shades of Red Oxide #581609

Tints of Red Oxide #581609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.49%

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

R = 73.95%
G = 18.49%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#581609 (or 0x581609) is known color: Red Oxide. HEX triplet: 58, 16 and 09. RGB value is (88,22,9). Sum of RGB (Red+Green+Blue) = 88+22+9=119 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.95% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 9 (3.91% from 255 or 7.56% from 119); Max value from RGB is 88 - color contains mainly: red. Hex color #581609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581609 is #A7E9F6. Grayscale: #282828. Windows color (decimal): -11004407 or 595544. OLE color: 595544.

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

Color convert

RGB 88 22 9 -
CMYK 0 0.75 0.90 0.65
HSL 9.87º 0.81% 0.19% -
HSV(B) 9.87º 0.9% 0.35% -
XYZ 4.36 2.67 0.54 -
YUV 40.25 110.37 162.06 -
System Red Green Blue C M Y K H S L
Decimal 88 22 9 0 0.75 0.90 0.65 9.87 0.81 0.19
Hex 58 16 9 0 4B 5A 41 A 51 13
Octal 130 26 11 0 113 132 101 12 121 23
Binary 1011000 10110 1001 0 1001011 1011010 1000001 1010 1010001 10011

Color Harmonies of #581609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581609

Black with #581609

Text Example


Text Example

White with #581609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581609; }

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

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

background-color css

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

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

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

border-color css

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

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

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