Html Css Color HEX #580D16 Bordeaux

📋 copy color: '#580D16'

red 88 ◦ green 13 ◦ blue 22

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

Shades of Bordeaux #580D16

Tints of Bordeaux #580D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.89%

R = 71.54%
G = 10.57%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#580D16 (or 0x580D16) is known color: Bordeaux. HEX triplet: 58, 0D and 16. RGB value is (88,13,22). Sum of RGB (Red+Green+Blue) = 88+13+22=123 (16% of max value = 765). Red value is 88 (34.77% from 255 or 71.54% from 123); Green value is 13 (5.47% from 255 or 10.57% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 88 - color contains mainly: red. Hex color #580D16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580D16 is #A7F2E9. Grayscale: #242424. Windows color (decimal): -11006698 or 1445208. OLE color: 1445208.

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

Color convert

RGB 88 13 22 -
CMYK 0 0.85 0.75 0.65
HSL 352.8º 0.74% 0.2% -
HSV(B) 352.8º 0.85% 0.35% -
XYZ 4.31 2.42 1 -
YUV 36.45 119.85 164.77 -
System Red Green Blue C M Y K H S L
Decimal 88 13 22 0 0.85 0.75 0.65 352.8 0.74 0.2
Hex 58 D 16 0 55 4B 41 161 4A 14
Octal 130 15 26 0 125 113 101 541 112 24
Binary 1011000 1101 10110 0 1010101 1001011 1000001 101100001 1001010 10100

Color Harmonies of #580D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580D16

Black with #580D16

Text Example


Text Example

White with #580D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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