Html Css Color HEX #58031A Bordeaux

📋 copy color: '#58031A'

red 88 ◦ green 3 ◦ blue 26

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

Shades of Bordeaux #58031A

Tints of Bordeaux #58031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 22.22%

R = 75.21%
G = 2.56%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#58031A (or 0x58031A) is known color: Bordeaux. HEX triplet: 58, 03 and 1A. RGB value is (88,3,26). Sum of RGB (Red+Green+Blue) = 88+3+26=117 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.21% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 88 - color contains mainly: red. Hex color #58031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58031A is #A7FCE5. Grayscale: #1F1F1F. Windows color (decimal): -11009254 or 1704792. OLE color: 1704792.

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

Color convert

RGB 88 3 26 -
CMYK 0 0.97 0.70 0.65
HSL 343.76º 0.93% 0.18% -
HSV(B) 343.76º 0.97% 0.35% -
XYZ 4.24 2.21 1.18 -
YUV 31.04 125.16 168.63 -
System Red Green Blue C M Y K H S L
Decimal 88 3 26 0 0.97 0.70 0.65 343.76 0.93 0.18
Hex 58 3 1A 0 61 46 41 158 5D 12
Octal 130 3 32 0 141 106 101 530 135 22
Binary 1011000 11 11010 0 1100001 1000110 1000001 101011000 1011101 10010

Color Harmonies of #58031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58031A

Black with #58031A

Text Example


Text Example

White with #58031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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