Html Css Color HEX #581110 Red Oxide

📋 copy color: '#581110'

red 88 ◦ green 17 ◦ blue 16

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

Shades of Red Oxide #581110

Tints of Red Oxide #581110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.22%

R = 72.73%
G = 14.05%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#581110 (or 0x581110) is known color: Red Oxide. HEX triplet: 58, 11 and 10. RGB value is (88,17,16). Sum of RGB (Red+Green+Blue) = 88+17+16=121 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.73% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 88 - color contains mainly: red. Hex color #581110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581110 is #A7EEEF. Grayscale: #262626. Windows color (decimal): -11005680 or 1053016. OLE color: 1053016.

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

Color convert

RGB 88 17 16 -
CMYK 0 0.81 0.82 0.65
HSL 0.83º 0.69% 0.2% -
HSV(B) 0.83º 0.82% 0.35% -
XYZ 4.32 2.51 0.75 -
YUV 38.12 115.52 163.58 -
System Red Green Blue C M Y K H S L
Decimal 88 17 16 0 0.81 0.82 0.65 0.83 0.69 0.2
Hex 58 11 10 0 51 52 41 1 45 14
Octal 130 21 20 0 121 122 101 1 105 24
Binary 1011000 10001 10000 0 1010001 1010010 1000001 1 1000101 10100

Color Harmonies of #581110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581110

Black with #581110

Text Example


Text Example

White with #581110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581110; }

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

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

background-color css

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

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

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

border-color css

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

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

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