Html Css Color HEX #580510 Bordeaux

📋 copy color: '#580510'

red 88 ◦ green 5 ◦ blue 16

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

Shades of Bordeaux #580510

Tints of Bordeaux #580510

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.59%

 BLUE value IS 16 (6.64% from 255) = 14.68%

R = 80.73%
G = 4.59%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#580510 (or 0x580510) is known color: Bordeaux. HEX triplet: 58, 05 and 10. RGB value is (88,5,16). Sum of RGB (Red+Green+Blue) = 88+5+16=109 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80.73% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 88 - color contains mainly: red. Hex color #580510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580510 is #A7FAEF. Grayscale: #1F1F1F. Windows color (decimal): -11008752 or 1049944. OLE color: 1049944.

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

Color convert

RGB 88 5 16 -
CMYK 0 0.94 0.82 0.65
HSL 352.05º 0.89% 0.18% -
HSV(B) 352.05º 0.94% 0.35% -
XYZ 4.17 2.22 0.7 -
YUV 31.07 119.5 168.61 -
System Red Green Blue C M Y K H S L
Decimal 88 5 16 0 0.94 0.82 0.65 352.05 0.89 0.18
Hex 58 5 10 0 5E 52 41 160 59 12
Octal 130 5 20 0 136 122 101 540 131 22
Binary 1011000 101 10000 0 1011110 1010010 1000001 101100000 1011001 10010

Color Harmonies of #580510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580510

Black with #580510

Text Example


Text Example

White with #580510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580510; }

 p { color: rgb(88,5,16); }

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

background-color css

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

 a { background-color: rgb(88,5,16); }

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

border-color css

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

 span { border-color: rgb(88,5,16); }

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