Html Css Color HEX #58031D Bordeaux

📋 copy color: '#58031D'

red 88 ◦ green 3 ◦ blue 29

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

Shades of Bordeaux #58031D

Tints of Bordeaux #58031D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 24.17%

R = 73.33%
G = 2.5%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#58031D (or 0x58031D) is known color: Bordeaux. HEX triplet: 58, 03 and 1D. RGB value is (88,3,29). Sum of RGB (Red+Green+Blue) = 88+3+29=120 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.33% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 88 - color contains mainly: red. Hex color #58031D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58031D is #A7FCE2. Grayscale: #1F1F1F. Windows color (decimal): -11009251 or 1901400. OLE color: 1901400.

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

Color convert

RGB 88 3 29 -
CMYK 0 0.97 0.67 0.65
HSL 341.65º 0.93% 0.18% -
HSV(B) 341.65º 0.97% 0.35% -
XYZ 4.28 2.23 1.37 -
YUV 31.38 126.66 168.39 -
System Red Green Blue C M Y K H S L
Decimal 88 3 29 0 0.97 0.67 0.65 341.65 0.93 0.18
Hex 58 3 1D 0 61 43 41 156 5D 12
Octal 130 3 35 0 141 103 101 526 135 22
Binary 1011000 11 11101 0 1100001 1000011 1000001 101010110 1011101 10010

Color Harmonies of #58031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58031D

Black with #58031D

Text Example


Text Example

White with #58031D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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