Html Css Color HEX #581100 Red Oxide

📋 copy color: '#581100'

red 88 ◦ green 17 ◦ blue 0

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

Shades of Red Oxide #581100

Tints of Red Oxide #581100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.19%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.81%
G = 16.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#581100 (or 0x581100) is known color: Red Oxide. HEX triplet: 58, 11 and 00. RGB value is (88,17,0). Sum of RGB (Red+Green+Blue) = 88+17+0=105 (13% of max value = 765). Red value is 88 (34.77% from 255 or 83.81% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 88 - color contains mainly: red. Hex color #581100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581100 is #A7EEFF. Grayscale: #242424. Windows color (decimal): -11005696 or 4440. OLE color: 4440.

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

Color convert

RGB 88 17 0 -
CMYK 0 0.81 1 0.65
HSL 11.59º 1% 0.17% -
HSV(B) 11.59º 1% 0.35% -
XYZ 4.22 2.48 0.26 -
YUV 36.29 107.52 164.88 -
System Red Green Blue C M Y K H S L
Decimal 88 17 0 0 0.81 1 0.65 11.59 1 0.17
Hex 58 11 0 0 51 64 41 C 64 11
Octal 130 21 0 0 121 144 101 14 144 21
Binary 1011000 10001 0 0 1010001 1100100 1000001 1100 1100100 10001

Color Harmonies of #581100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581100

Black with #581100

Text Example


Text Example

White with #581100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581100; }

 p { color: rgb(88,17,0); }

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

background-color css

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

 a { background-color: rgb(88,17,0); }

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

border-color css

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

 span { border-color: rgb(88,17,0); }

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