Html Css Color HEX #581105 Red Oxide

📋 copy color: '#581105'

red 88 ◦ green 17 ◦ blue 5

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

Shades of Red Oxide #581105

Tints of Red Oxide #581105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.55%

R = 80%
G = 15.45%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#581105 (or 0x581105) is known color: Red Oxide. HEX triplet: 58, 11 and 05. RGB value is (88,17,5). Sum of RGB (Red+Green+Blue) = 88+17+5=110 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 88 - color contains mainly: red. Hex color #581105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581105 is #A7EEFA. Grayscale: #242424. Windows color (decimal): -11005691 or 332120. OLE color: 332120.

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

Color convert

RGB 88 17 5 -
CMYK 0 0.81 0.94 0.65
HSL 8.67º 0.89% 0.18% -
HSV(B) 8.67º 0.94% 0.35% -
XYZ 4.25 2.49 0.4 -
YUV 36.86 110.02 164.48 -
System Red Green Blue C M Y K H S L
Decimal 88 17 5 0 0.81 0.94 0.65 8.67 0.89 0.18
Hex 58 11 5 0 51 5E 41 9 59 12
Octal 130 21 5 0 121 136 101 11 131 22
Binary 1011000 10001 101 0 1010001 1011110 1000001 1001 1011001 10010

Color Harmonies of #581105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581105

Black with #581105

Text Example


Text Example

White with #581105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581105; }

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

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

background-color css

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

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

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

border-color css

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

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

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