Html Css Color HEX #580D07 Red Oxide

📋 copy color: '#580D07'

red 88 ◦ green 13 ◦ blue 7

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

Shades of Red Oxide #580D07

Tints of Red Oxide #580D07

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.04%

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

R = 81.48%
G = 12.04%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.65

RGB Variations

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

Color information

#580D07 (or 0x580D07) is known color: Red Oxide. HEX triplet: 58, 0D and 07. RGB value is (88,13,7). Sum of RGB (Red+Green+Blue) = 88+13+7=108 (14% of max value = 765). Red value is 88 (34.77% from 255 or 81.48% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 7 (3.12% from 255 or 6.48% from 108); Max value from RGB is 88 - color contains mainly: red. Hex color #580D07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580D07 is #A7F2F8. Grayscale: #222222. Windows color (decimal): -11006713 or 462168. OLE color: 462168.

HSL color Cylindrical-coordinate representation of color #580D07: hue angle of 4.44º 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 #580D07 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 13 7 -
CMYK 0 0.85 0.92 0.65
HSL 4.44º 0.85% 0.19% -
HSV(B) 4.44º 0.92% 0.35% -
XYZ 4.21 2.38 0.44 -
YUV 34.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 88 13 7 0 0.85 0.92 0.65 4.44 0.85 0.19
Hex 58 D 7 0 55 5C 41 4 55 13
Octal 130 15 7 0 125 134 101 4 125 23
Binary 1011000 1101 111 0 1010101 1011100 1000001 100 1010101 10011

Color Harmonies of #580D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580D07

Black with #580D07

Text Example


Text Example

White with #580D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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