Html Css Color HEX #58031E Bordeaux

📋 copy color: '#58031E'

red 88 ◦ green 3 ◦ blue 30

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

Shades of Bordeaux #58031E

Tints of Bordeaux #58031E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 24.79%

R = 72.73%
G = 2.48%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#58031E (or 0x58031E) is known color: Bordeaux. HEX triplet: 58, 03 and 1E. RGB value is (88,3,30). Sum of RGB (Red+Green+Blue) = 88+3+30=121 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.73% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 88 - color contains mainly: red. Hex color #58031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58031E is #A7FCE1. Grayscale: #1F1F1F. Windows color (decimal): -11009250 or 1966936. OLE color: 1966936.

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

Color convert

RGB 88 3 30 -
CMYK 0 0.97 0.66 0.65
HSL 340.94º 0.93% 0.18% -
HSV(B) 340.94º 0.97% 0.35% -
XYZ 4.29 2.23 1.43 -
YUV 31.49 127.16 168.3 -
System Red Green Blue C M Y K H S L
Decimal 88 3 30 0 0.97 0.66 0.65 340.94 0.93 0.18
Hex 58 3 1E 0 61 42 41 155 5D 12
Octal 130 3 36 0 141 102 101 525 135 22
Binary 1011000 11 11110 0 1100001 1000010 1000001 101010101 1011101 10010

Color Harmonies of #58031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58031E

Black with #58031E

Text Example


Text Example

White with #58031E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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