Html Css Color HEX #58091A Bordeaux

📋 copy color: '#58091A'

red 88 ◦ green 9 ◦ blue 26

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

Shades of Bordeaux #58091A

Tints of Bordeaux #58091A

RGB

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

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

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

R = 71.54%
G = 7.32%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#58091A (or 0x58091A) is known color: Bordeaux. HEX triplet: 58, 09 and 1A. RGB value is (88,9,26). Sum of RGB (Red+Green+Blue) = 88+9+26=123 (16% of max value = 765). Red value is 88 (34.77% from 255 or 71.54% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 88 - color contains mainly: red. Hex color #58091A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58091A is #A7F6E5. Grayscale: #222222. Windows color (decimal): -11007718 or 1706328. OLE color: 1706328.

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

Color convert

RGB 88 9 26 -
CMYK 0 0.90 0.70 0.65
HSL 347.09º 0.81% 0.19% -
HSV(B) 347.09º 0.9% 0.35% -
XYZ 4.31 2.34 1.2 -
YUV 34.56 123.17 166.12 -
System Red Green Blue C M Y K H S L
Decimal 88 9 26 0 0.90 0.70 0.65 347.09 0.81 0.19
Hex 58 9 1A 0 5A 46 41 15B 51 13
Octal 130 11 32 0 132 106 101 533 121 23
Binary 1011000 1001 11010 0 1011010 1000110 1000001 101011011 1010001 10011

Color Harmonies of #58091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58091A

Black with #58091A

Text Example


Text Example

White with #58091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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