Html Css Color HEX #58031B Bordeaux

📋 copy color: '#58031B'

red 88 ◦ green 3 ◦ blue 27

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

Shades of Bordeaux #58031B

Tints of Bordeaux #58031B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.54%

 BLUE value IS 27 (10.94% from 255) = 22.88%

R = 74.58%
G = 2.54%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#58031B (or 0x58031B) is known color: Bordeaux. HEX triplet: 58, 03 and 1B. RGB value is (88,3,27). Sum of RGB (Red+Green+Blue) = 88+3+27=118 (15% of max value = 765). Red value is 88 (34.77% from 255 or 74.58% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 88 - color contains mainly: red. Hex color #58031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58031B is #A7FCE4. Grayscale: #1F1F1F. Windows color (decimal): -11009253 or 1770328. OLE color: 1770328.

HSL color Cylindrical-coordinate representation of color #58031B: hue angle of 343.06º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #58031B is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 3 27 -
CMYK 0 0.97 0.69 0.65
HSL 343.06º 0.93% 0.18% -
HSV(B) 343.06º 0.97% 0.35% -
XYZ 4.25 2.22 1.24 -
YUV 31.15 125.66 168.55 -
System Red Green Blue C M Y K H S L
Decimal 88 3 27 0 0.97 0.69 0.65 343.06 0.93 0.18
Hex 58 3 1B 0 61 45 41 157 5D 12
Octal 130 3 33 0 141 105 101 527 135 22
Binary 1011000 11 11011 0 1100001 1000101 1000001 101010111 1011101 10010

Color Harmonies of #58031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58031B

Black with #58031B

Text Example


Text Example

White with #58031B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58031B; }

 p { color: rgb(88,3,27); }

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

background-color css

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

 a { background-color: rgb(88,3,27); }

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

border-color css

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

 span { border-color: rgb(88,3,27); }

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