Html Css Color HEX #58091C Bordeaux

📋 copy color: '#58091C'

red 88 ◦ green 9 ◦ blue 28

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

Shades of Bordeaux #58091C

Tints of Bordeaux #58091C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.2%

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

R = 70.4%
G = 7.2%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#58091C (or 0x58091C) is known color: Bordeaux. HEX triplet: 58, 09 and 1C. RGB value is (88,9,28). Sum of RGB (Red+Green+Blue) = 88+9+28=125 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.4% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 88 - color contains mainly: red. Hex color #58091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58091C is #A7F6E3. Grayscale: #222222. Windows color (decimal): -11007716 or 1837400. OLE color: 1837400.

HSL color Cylindrical-coordinate representation of color #58091C: hue angle of 345.57º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #58091C is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 9 28 -
CMYK 0 0.90 0.68 0.65
HSL 345.57º 0.81% 0.19% -
HSV(B) 345.57º 0.9% 0.35% -
XYZ 4.33 2.35 1.32 -
YUV 34.79 124.17 165.96 -
System Red Green Blue C M Y K H S L
Decimal 88 9 28 0 0.90 0.68 0.65 345.57 0.81 0.19
Hex 58 9 1C 0 5A 44 41 15A 51 13
Octal 130 11 34 0 132 104 101 532 121 23
Binary 1011000 1001 11100 0 1011010 1000100 1000001 101011010 1010001 10011

Color Harmonies of #58091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58091C

Black with #58091C

Text Example


Text Example

White with #58091C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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