Html Css Color HEX #580A1C Bordeaux

📋 copy color: '#580A1C'

red 88 ◦ green 10 ◦ blue 28

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

Shades of Bordeaux #580A1C

Tints of Bordeaux #580A1C

RGB

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

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

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

R = 69.84%
G = 7.94%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#580A1C (or 0x580A1C) is known color: Bordeaux. HEX triplet: 58, 0A and 1C. RGB value is (88,10,28). Sum of RGB (Red+Green+Blue) = 88+10+28=126 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.84% from 126); Green value is 10 (4.30% from 255 or 7.94% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 88 - color contains mainly: red. Hex color #580A1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580A1C is #A7F5E3. Grayscale: #232323. Windows color (decimal): -11007460 or 1837656. OLE color: 1837656.

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

Color convert

RGB 88 10 28 -
CMYK 0 0.89 0.68 0.65
HSL 346.15º 0.8% 0.19% -
HSV(B) 346.15º 0.89% 0.35% -
XYZ 4.34 2.38 1.33 -
YUV 35.37 123.84 165.54 -
System Red Green Blue C M Y K H S L
Decimal 88 10 28 0 0.89 0.68 0.65 346.15 0.8 0.19
Hex 58 A 1C 0 59 44 41 15A 50 13
Octal 130 12 34 0 131 104 101 532 120 23
Binary 1011000 1010 11100 0 1011001 1000100 1000001 101011010 1010000 10011

Color Harmonies of #580A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580A1C

Black with #580A1C

Text Example


Text Example

White with #580A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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