Html Css Color HEX #581701 Red Oxide

📋 copy color: '#581701'

red 88 ◦ green 23 ◦ blue 1

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

Shades of Red Oxide #581701

Tints of Red Oxide #581701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20.54%

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

R = 78.57%
G = 20.54%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#581701 (or 0x581701) is known color: Red Oxide. HEX triplet: 58, 17 and 01. RGB value is (88,23,1). Sum of RGB (Red+Green+Blue) = 88+23+1=112 (14% of max value = 765). Red value is 88 (34.77% from 255 or 78.57% from 112); Green value is 23 (9.38% from 255 or 20.54% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 88 - color contains mainly: red. Hex color #581701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581701 is #A7E8FE. Grayscale: #282828. Windows color (decimal): -11004159 or 71512. OLE color: 71512.

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

Color convert

RGB 88 23 1 -
CMYK 0 0.74 0.99 0.65
HSL 15.17º 0.98% 0.17% -
HSV(B) 15.17º 0.99% 0.35% -
XYZ 4.34 2.69 0.32 -
YUV 39.93 106.03 162.29 -
System Red Green Blue C M Y K H S L
Decimal 88 23 1 0 0.74 0.99 0.65 15.17 0.98 0.17
Hex 58 17 1 0 4A 63 41 F 62 11
Octal 130 27 1 0 112 143 101 17 142 21
Binary 1011000 10111 1 0 1001010 1100011 1000001 1111 1100010 10001

Color Harmonies of #581701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581701

Black with #581701

Text Example


Text Example

White with #581701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581701; }

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

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

background-color css

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

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

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

border-color css

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

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

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