Html Css Color HEX #580B1E Bordeaux

📋 copy color: '#580B1E'

red 88 ◦ green 11 ◦ blue 30

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

Shades of Bordeaux #580B1E

Tints of Bordeaux #580B1E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.53%

 BLUE value IS 30 (12.11% from 255) = 23.26%

R = 68.22%
G = 8.53%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#580B1E (or 0x580B1E) is known color: Bordeaux. HEX triplet: 58, 0B and 1E. RGB value is (88,11,30). Sum of RGB (Red+Green+Blue) = 88+11+30=129 (17% of max value = 765). Red value is 88 (34.77% from 255 or 68.22% from 129); Green value is 11 (4.69% from 255 or 8.53% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 88 - color contains mainly: red. Hex color #580B1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B1E is #A7F4E1. Grayscale: #242424. Windows color (decimal): -11007202 or 1968984. OLE color: 1968984.

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

Color convert

RGB 88 11 30 -
CMYK 0 0.88 0.66 0.65
HSL 345.19º 0.78% 0.19% -
HSV(B) 345.19º 0.88% 0.35% -
XYZ 4.38 2.41 1.46 -
YUV 36.19 124.51 164.96 -
System Red Green Blue C M Y K H S L
Decimal 88 11 30 0 0.88 0.66 0.65 345.19 0.78 0.19
Hex 58 B 1E 0 58 42 41 159 4E 13
Octal 130 13 36 0 130 102 101 531 116 23
Binary 1011000 1011 11110 0 1011000 1000010 1000001 101011001 1001110 10011

Color Harmonies of #580B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B1E

Black with #580B1E

Text Example


Text Example

White with #580B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,11,30); }

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

background-color css

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

 a { background-color: rgb(88,11,30); }

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

border-color css

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

 span { border-color: rgb(88,11,30); }

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