Html Css Color HEX #580A1A Bordeaux

📋 copy color: '#580A1A'

red 88 ◦ green 10 ◦ blue 26

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

Shades of Bordeaux #580A1A

Tints of Bordeaux #580A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20.97%

R = 70.97%
G = 8.06%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#580A1A (or 0x580A1A) is known color: Bordeaux. HEX triplet: 58, 0A and 1A. RGB value is (88,10,26). Sum of RGB (Red+Green+Blue) = 88+10+26=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 10 (4.30% from 255 or 8.06% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #580A1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580A1A is #A7F5E5. Grayscale: #232323. Windows color (decimal): -11007462 or 1706584. OLE color: 1706584.

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

Color convert

RGB 88 10 26 -
CMYK 0 0.89 0.70 0.65
HSL 347.69º 0.8% 0.19% -
HSV(B) 347.69º 0.89% 0.35% -
XYZ 4.32 2.37 1.21 -
YUV 35.15 122.84 165.7 -
System Red Green Blue C M Y K H S L
Decimal 88 10 26 0 0.89 0.70 0.65 347.69 0.8 0.19
Hex 58 A 1A 0 59 46 41 15C 50 13
Octal 130 12 32 0 131 106 101 534 120 23
Binary 1011000 1010 11010 0 1011001 1000110 1000001 101011100 1010000 10011

Color Harmonies of #580A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580A1A

Black with #580A1A

Text Example


Text Example

White with #580A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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