Html Css Color HEX #58112C Bordeaux

📋 copy color: '#58112C'

red 88 ◦ green 17 ◦ blue 44

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

Shades of Bordeaux #58112C

Tints of Bordeaux #58112C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 29.53%

R = 59.06%
G = 11.41%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#58112C (or 0x58112C) is known color: Bordeaux. HEX triplet: 58, 11 and 2C. RGB value is (88,17,44). Sum of RGB (Red+Green+Blue) = 88+17+44=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #58112C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58112C is #A7EED3. Grayscale: #292929. Windows color (decimal): -11005652 or 2888024. OLE color: 2888024.

HSL color Cylindrical-coordinate representation of color #58112C: hue angle of 337.18º 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 #58112C is Cyan = 0, Magento = 0.81, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 17 44 -
CMYK 0 0.81 0.5 0.65
HSL 337.18º 0.68% 0.21% -
HSV(B) 337.18º 0.81% 0.35% -
XYZ 4.68 2.66 2.65 -
YUV 41.31 129.52 161.3 -
System Red Green Blue C M Y K H S L
Decimal 88 17 44 0 0.81 0.5 0.65 337.18 0.68 0.21
Hex 58 11 2C 0 51 32 41 151 44 15
Octal 130 21 54 0 121 62 101 521 104 25
Binary 1011000 10001 101100 0 1010001 110010 1000001 101010001 1000100 10101

Color Harmonies of #58112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58112C

Black with #58112C

Text Example


Text Example

White with #58112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58112C; }

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

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

background-color css

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

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

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

border-color css

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

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

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