Html Css Color HEX #580A1B Bordeaux

📋 copy color: '#580A1B'

red 88 ◦ green 10 ◦ blue 27

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

Shades of Bordeaux #580A1B

Tints of Bordeaux #580A1B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8%

 BLUE value IS 27 (10.94% from 255) = 21.6%

R = 70.4%
G = 8%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#580A1B (or 0x580A1B) is known color: Bordeaux. HEX triplet: 58, 0A and 1B. RGB value is (88,10,27). Sum of RGB (Red+Green+Blue) = 88+10+27=125 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.4% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 88 - color contains mainly: red. Hex color #580A1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580A1B is #A7F5E4. Grayscale: #232323. Windows color (decimal): -11007461 or 1772120. OLE color: 1772120.

HSL color Cylindrical-coordinate representation of color #580A1B: hue angle of 346.92º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #580A1B is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 10 27 -
CMYK 0 0.89 0.69 0.65
HSL 346.92º 0.8% 0.19% -
HSV(B) 346.92º 0.89% 0.35% -
XYZ 4.33 2.37 1.27 -
YUV 35.26 123.34 165.62 -
System Red Green Blue C M Y K H S L
Decimal 88 10 27 0 0.89 0.69 0.65 346.92 0.8 0.19
Hex 58 A 1B 0 59 45 41 15B 50 13
Octal 130 12 33 0 131 105 101 533 120 23
Binary 1011000 1010 11011 0 1011001 1000101 1000001 101011011 1010000 10011

Color Harmonies of #580A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580A1B

Black with #580A1B

Text Example


Text Example

White with #580A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,10,27); }

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

background-color css

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

 a { background-color: rgb(88,10,27); }

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

border-color css

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

 span { border-color: rgb(88,10,27); }

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