Html Css Color HEX #580703 Red Oxide

📋 copy color: '#580703'

red 88 ◦ green 7 ◦ blue 3

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

Shades of Red Oxide #580703

Tints of Red Oxide #580703

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.14%

 BLUE value IS 3 (1.56% from 255) = 3.06%

R = 89.8%
G = 7.14%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#580703 (or 0x580703) is known color: Red Oxide. HEX triplet: 58, 07 and 03. RGB value is (88,7,3). Sum of RGB (Red+Green+Blue) = 88+7+3=98 (12% of max value = 765). Red value is 88 (34.77% from 255 or 89.80% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 88 - color contains mainly: red. Hex color #580703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580703 is #A7F8FC. Grayscale: #1E1E1E. Windows color (decimal): -11008253 or 198488. OLE color: 198488.

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

Color convert

RGB 88 7 3 -
CMYK 0 0.92 0.97 0.65
HSL 2.82º 0.93% 0.18% -
HSV(B) 2.82º 0.97% 0.35% -
XYZ 4.12 2.23 0.3 -
YUV 30.76 112.34 168.83 -
System Red Green Blue C M Y K H S L
Decimal 88 7 3 0 0.92 0.97 0.65 2.82 0.93 0.18
Hex 58 7 3 0 5C 61 41 3 5D 12
Octal 130 7 3 0 134 141 101 3 135 22
Binary 1011000 111 11 0 1011100 1100001 1000001 11 1011101 10010

Color Harmonies of #580703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580703

Black with #580703

Text Example


Text Example

White with #580703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580703; }

 p { color: rgb(88,7,3); }

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

background-color css

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

 a { background-color: rgb(88,7,3); }

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

border-color css

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

 span { border-color: rgb(88,7,3); }

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