Html Css Color HEX #581301 Red Oxide

📋 copy color: '#581301'

red 88 ◦ green 19 ◦ blue 1

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

Shades of Red Oxide #581301

Tints of Red Oxide #581301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.93%

R = 81.48%
G = 17.59%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#581301 (or 0x581301) is known color: Red Oxide. HEX triplet: 58, 13 and 01. RGB value is (88,19,1). Sum of RGB (Red+Green+Blue) = 88+19+1=108 (14% of max value = 765). Red value is 88 (34.77% from 255 or 81.48% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 88 - color contains mainly: red. Hex color #581301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581301 is #A7ECFE. Grayscale: #252525. Windows color (decimal): -11005183 or 70488. OLE color: 70488.

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

Color convert

RGB 88 19 1 -
CMYK 0 0.78 0.99 0.65
HSL 12.41º 0.98% 0.17% -
HSV(B) 12.41º 0.99% 0.35% -
XYZ 4.26 2.54 0.29 -
YUV 37.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 88 19 1 0 0.78 0.99 0.65 12.41 0.98 0.17
Hex 58 13 1 0 4E 63 41 C 62 11
Octal 130 23 1 0 116 143 101 14 142 21
Binary 1011000 10011 1 0 1001110 1100011 1000001 1100 1100010 10001

Color Harmonies of #581301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581301

Black with #581301

Text Example


Text Example

White with #581301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581301; }

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

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

background-color css

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

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

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

border-color css

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

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

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