Html Css Color HEX #580E07 Red Oxide

📋 copy color: '#580E07'

red 88 ◦ green 14 ◦ blue 7

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

Shades of Red Oxide #580E07

Tints of Red Oxide #580E07

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.84%

 BLUE value IS 7 (3.13% from 255) = 6.42%

R = 80.73%
G = 12.84%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.65

RGB Variations

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

Color information

#580E07 (or 0x580E07) is known color: Red Oxide. HEX triplet: 58, 0E and 07. RGB value is (88,14,7). Sum of RGB (Red+Green+Blue) = 88+14+7=109 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80.73% from 109); Green value is 14 (5.86% from 255 or 12.84% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 88 - color contains mainly: red. Hex color #580E07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580E07 is #A7F1F8. Grayscale: #232323. Windows color (decimal): -11006457 or 462424. OLE color: 462424.

HSL color Cylindrical-coordinate representation of color #580E07: hue angle of 5.19º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #580E07 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 14 7 -
CMYK 0 0.84 0.92 0.65
HSL 5.19º 0.85% 0.19% -
HSV(B) 5.19º 0.92% 0.35% -
XYZ 4.22 2.4 0.44 -
YUV 35.33 112.02 165.57 -
System Red Green Blue C M Y K H S L
Decimal 88 14 7 0 0.84 0.92 0.65 5.19 0.85 0.19
Hex 58 E 7 0 54 5C 41 5 55 13
Octal 130 16 7 0 124 134 101 5 125 23
Binary 1011000 1110 111 0 1010100 1011100 1000001 101 1010101 10011

Color Harmonies of #580E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580E07

Black with #580E07

Text Example


Text Example

White with #580E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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