Html Css Color HEX #580D1D Bordeaux

📋 copy color: '#580D1D'

red 88 ◦ green 13 ◦ blue 29

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

Shades of Bordeaux #580D1D

Tints of Bordeaux #580D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 22.31%

R = 67.69%
G = 10%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#580D1D (or 0x580D1D) is known color: Bordeaux. HEX triplet: 58, 0D and 1D. RGB value is (88,13,29). Sum of RGB (Red+Green+Blue) = 88+13+29=130 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.69% from 130); Green value is 13 (5.47% from 255 or 10% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 88 - color contains mainly: red. Hex color #580D1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580D1D is #A7F2E2. Grayscale: #252525. Windows color (decimal): -11006691 or 1903960. OLE color: 1903960.

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

Color convert

RGB 88 13 29 -
CMYK 0 0.85 0.67 0.65
HSL 347.2º 0.74% 0.2% -
HSV(B) 347.2º 0.85% 0.35% -
XYZ 4.39 2.45 1.4 -
YUV 37.25 123.35 164.2 -
System Red Green Blue C M Y K H S L
Decimal 88 13 29 0 0.85 0.67 0.65 347.2 0.74 0.2
Hex 58 D 1D 0 55 43 41 15B 4A 14
Octal 130 15 35 0 125 103 101 533 112 24
Binary 1011000 1101 11101 0 1010101 1000011 1000001 101011011 1001010 10100

Color Harmonies of #580D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580D1D

Black with #580D1D

Text Example


Text Example

White with #580D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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