Html Css Color HEX #58112A Bordeaux

📋 copy color: '#58112A'

red 88 ◦ green 17 ◦ blue 42

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

Shades of Bordeaux #58112A

Tints of Bordeaux #58112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 28.57%

R = 59.86%
G = 11.56%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#58112A (or 0x58112A) is known color: Bordeaux. HEX triplet: 58, 11 and 2A. RGB value is (88,17,42). Sum of RGB (Red+Green+Blue) = 88+17+42=147 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.86% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 88 - color contains mainly: red. Hex color #58112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58112A is #A7EED5. Grayscale: #292929. Windows color (decimal): -11005654 or 2756952. OLE color: 2756952.

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

Color convert

RGB 88 17 42 -
CMYK 0 0.81 0.52 0.65
HSL 338.87º 0.68% 0.21% -
HSV(B) 338.87º 0.81% 0.35% -
XYZ 4.64 2.64 2.46 -
YUV 41.08 128.52 161.47 -
System Red Green Blue C M Y K H S L
Decimal 88 17 42 0 0.81 0.52 0.65 338.87 0.68 0.21
Hex 58 11 2A 0 51 34 41 153 44 15
Octal 130 21 52 0 121 64 101 523 104 25
Binary 1011000 10001 101010 0 1010001 110100 1000001 101010011 1000100 10101

Color Harmonies of #58112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58112A

Black with #58112A

Text Example


Text Example

White with #58112A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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