Html Css Color HEX #580411 Bordeaux

📋 copy color: '#580411'

red 88 ◦ green 4 ◦ blue 17

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

Shades of Bordeaux #580411

Tints of Bordeaux #580411

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.67%

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

R = 80.73%
G = 3.67%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#580411 (or 0x580411) is known color: Bordeaux. HEX triplet: 58, 04 and 11. RGB value is (88,4,17). Sum of RGB (Red+Green+Blue) = 88+4+17=109 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80.73% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 88 - color contains mainly: red. Hex color #580411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580411 is #A7FBEE. Grayscale: #1E1E1E. Windows color (decimal): -11009007 or 1115224. OLE color: 1115224.

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

Color convert

RGB 88 4 17 -
CMYK 0 0.95 0.81 0.65
HSL 350.71º 0.91% 0.18% -
HSV(B) 350.71º 0.95% 0.35% -
XYZ 4.17 2.2 0.74 -
YUV 30.6 120.33 168.94 -
System Red Green Blue C M Y K H S L
Decimal 88 4 17 0 0.95 0.81 0.65 350.71 0.91 0.18
Hex 58 4 11 0 5F 51 41 15F 5B 12
Octal 130 4 21 0 137 121 101 537 133 22
Binary 1011000 100 10001 0 1011111 1010001 1000001 101011111 1011011 10010

Color Harmonies of #580411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580411

Black with #580411

Text Example


Text Example

White with #580411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580411; }

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

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

background-color css

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

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

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

border-color css

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

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

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