Html Css Color HEX #58111F Bordeaux

📋 copy color: '#58111F'

red 88 ◦ green 17 ◦ blue 31

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

Shades of Bordeaux #58111F

Tints of Bordeaux #58111F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.5%

 BLUE value IS 31 (12.5% from 255) = 22.79%

R = 64.71%
G = 12.5%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#58111F (or 0x58111F) is known color: Bordeaux. HEX triplet: 58, 11 and 1F. RGB value is (88,17,31). Sum of RGB (Red+Green+Blue) = 88+17+31=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #58111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58111F is #A7EEE0. Grayscale: #272727. Windows color (decimal): -11005665 or 2036056. OLE color: 2036056.

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

Color convert

RGB 88 17 31 -
CMYK 0 0.81 0.65 0.65
HSL 348.17º 0.68% 0.21% -
HSV(B) 348.17º 0.81% 0.35% -
XYZ 4.47 2.57 1.56 -
YUV 39.83 123.02 162.36 -
System Red Green Blue C M Y K H S L
Decimal 88 17 31 0 0.81 0.65 0.65 348.17 0.68 0.21
Hex 58 11 1F 0 51 41 41 15C 44 15
Octal 130 21 37 0 121 101 101 534 104 25
Binary 1011000 10001 11111 0 1010001 1000001 1000001 101011100 1000100 10101

Color Harmonies of #58111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58111F

Black with #58111F

Text Example


Text Example

White with #58111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58111F; }

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

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

background-color css

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

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

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

border-color css

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

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

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