Html Css Color HEX #580D1C Bordeaux

📋 copy color: '#580D1C'

red 88 ◦ green 13 ◦ blue 28

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

Shades of Bordeaux #580D1C

Tints of Bordeaux #580D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.71%

R = 68.22%
G = 10.08%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#580D1C (or 0x580D1C) is known color: Bordeaux. HEX triplet: 58, 0D and 1C. RGB value is (88,13,28). Sum of RGB (Red+Green+Blue) = 88+13+28=129 (17% of max value = 765). Red value is 88 (34.77% from 255 or 68.22% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 88 - color contains mainly: red. Hex color #580D1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580D1C is #A7F2E3. Grayscale: #252525. Windows color (decimal): -11006692 or 1838424. OLE color: 1838424.

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

Color convert

RGB 88 13 28 -
CMYK 0 0.85 0.68 0.65
HSL 348º 0.74% 0.2% -
HSV(B) 348º 0.85% 0.35% -
XYZ 4.38 2.45 1.34 -
YUV 37.14 122.85 164.28 -
System Red Green Blue C M Y K H S L
Decimal 88 13 28 0 0.85 0.68 0.65 348 0.74 0.2
Hex 58 D 1C 0 55 44 41 15C 4A 14
Octal 130 15 34 0 125 104 101 534 112 24
Binary 1011000 1101 11100 0 1010101 1000100 1000001 101011100 1001010 10100

Color Harmonies of #580D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580D1C

Black with #580D1C

Text Example


Text Example

White with #580D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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