Html Css Color HEX #580D15 Bordeaux

📋 copy color: '#580D15'

red 88 ◦ green 13 ◦ blue 21

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

Shades of Bordeaux #580D15

Tints of Bordeaux #580D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 17.21%

R = 72.13%
G = 10.66%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#580D15 (or 0x580D15) is known color: Bordeaux. HEX triplet: 58, 0D and 15. RGB value is (88,13,21). Sum of RGB (Red+Green+Blue) = 88+13+21=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 13 (5.47% from 255 or 10.66% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #580D15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580D15 is #A7F2EA. Grayscale: #242424. Windows color (decimal): -11006699 or 1379672. OLE color: 1379672.

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

Color convert

RGB 88 13 21 -
CMYK 0 0.85 0.76 0.65
HSL 353.6º 0.74% 0.2% -
HSV(B) 353.6º 0.85% 0.35% -
XYZ 4.3 2.42 0.95 -
YUV 36.34 119.35 164.85 -
System Red Green Blue C M Y K H S L
Decimal 88 13 21 0 0.85 0.76 0.65 353.6 0.74 0.2
Hex 58 D 15 0 55 4C 41 162 4A 14
Octal 130 15 25 0 125 114 101 542 112 24
Binary 1011000 1101 10101 0 1010101 1001100 1000001 101100010 1001010 10100

Color Harmonies of #580D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580D15

Black with #580D15

Text Example


Text Example

White with #580D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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