Html Css Color HEX #580611 Bordeaux

📋 copy color: '#580611'

red 88 ◦ green 6 ◦ blue 17

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

Shades of Bordeaux #580611

Tints of Bordeaux #580611

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.41%

 BLUE value IS 17 (7.03% from 255) = 15.32%

R = 79.28%
G = 5.41%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#580611 (or 0x580611) is known color: Bordeaux. HEX triplet: 58, 06 and 11. RGB value is (88,6,17). Sum of RGB (Red+Green+Blue) = 88+6+17=111 (14% of max value = 765). Red value is 88 (34.77% from 255 or 79.28% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 88 - color contains mainly: red. Hex color #580611 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580611 is #A7F9EE. Grayscale: #1F1F1F. Windows color (decimal): -11008495 or 1115736. OLE color: 1115736.

HSL color Cylindrical-coordinate representation of color #580611: hue angle of 351.95º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #580611 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 6 17 -
CMYK 0 0.93 0.81 0.65
HSL 351.95º 0.87% 0.18% -
HSV(B) 351.95º 0.93% 0.35% -
XYZ 4.19 2.25 0.74 -
YUV 31.77 119.67 168.11 -
System Red Green Blue C M Y K H S L
Decimal 88 6 17 0 0.93 0.81 0.65 351.95 0.87 0.18
Hex 58 6 11 0 5D 51 41 160 57 12
Octal 130 6 21 0 135 121 101 540 127 22
Binary 1011000 110 10001 0 1011101 1010001 1000001 101100000 1010111 10010

Color Harmonies of #580611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580611

Black with #580611

Text Example


Text Example

White with #580611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580611; }

 p { color: rgb(88,6,17); }

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

background-color css

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

 a { background-color: rgb(88,6,17); }

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

border-color css

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

 span { border-color: rgb(88,6,17); }

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