Html Css Color HEX #581305 Red Oxide

📋 copy color: '#581305'

red 88 ◦ green 19 ◦ blue 5

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

Shades of Red Oxide #581305

Tints of Red Oxide #581305

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.96%

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

R = 78.57%
G = 16.96%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#581305 (or 0x581305) is known color: Red Oxide. HEX triplet: 58, 13 and 05. RGB value is (88,19,5). Sum of RGB (Red+Green+Blue) = 88+19+5=112 (14% of max value = 765). Red value is 88 (34.77% from 255 or 78.57% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 88 - color contains mainly: red. Hex color #581305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581305 is #A7ECFA. Grayscale: #262626. Windows color (decimal): -11005179 or 332632. OLE color: 332632.

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

Color convert

RGB 88 19 5 -
CMYK 0 0.78 0.94 0.65
HSL 10.12º 0.89% 0.18% -
HSV(B) 10.12º 0.94% 0.35% -
XYZ 4.28 2.55 0.41 -
YUV 38.04 109.36 163.64 -
System Red Green Blue C M Y K H S L
Decimal 88 19 5 0 0.78 0.94 0.65 10.12 0.89 0.18
Hex 58 13 5 0 4E 5E 41 A 59 12
Octal 130 23 5 0 116 136 101 12 131 22
Binary 1011000 10011 101 0 1001110 1011110 1000001 1010 1011001 10010

Color Harmonies of #581305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581305

Black with #581305

Text Example


Text Example

White with #581305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581305; }

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

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

background-color css

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

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

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

border-color css

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

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

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