Html Css Color HEX #58031C Bordeaux

📋 copy color: '#58031C'

red 88 ◦ green 3 ◦ blue 28

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

Shades of Bordeaux #58031C

Tints of Bordeaux #58031C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.53%

R = 73.95%
G = 2.52%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#58031C (or 0x58031C) is known color: Bordeaux. HEX triplet: 58, 03 and 1C. RGB value is (88,3,28). Sum of RGB (Red+Green+Blue) = 88+3+28=119 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.95% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 88 - color contains mainly: red. Hex color #58031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58031C is #A7FCE3. Grayscale: #1F1F1F. Windows color (decimal): -11009252 or 1835864. OLE color: 1835864.

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

Color convert

RGB 88 3 28 -
CMYK 0 0.97 0.68 0.65
HSL 342.35º 0.93% 0.18% -
HSV(B) 342.35º 0.97% 0.35% -
XYZ 4.27 2.22 1.3 -
YUV 31.27 126.16 168.47 -
System Red Green Blue C M Y K H S L
Decimal 88 3 28 0 0.97 0.68 0.65 342.35 0.93 0.18
Hex 58 3 1C 0 61 44 41 156 5D 12
Octal 130 3 34 0 141 104 101 526 135 22
Binary 1011000 11 11100 0 1100001 1000100 1000001 101010110 1011101 10010

Color Harmonies of #58031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58031C

Black with #58031C

Text Example


Text Example

White with #58031C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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