Html Css Color HEX #58091E Bordeaux

📋 copy color: '#58091E'

red 88 ◦ green 9 ◦ blue 30

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

Shades of Bordeaux #58091E

Tints of Bordeaux #58091E

RGB

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

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

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

R = 69.29%
G = 7.09%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#58091E (or 0x58091E) is known color: Bordeaux. HEX triplet: 58, 09 and 1E. RGB value is (88,9,30). Sum of RGB (Red+Green+Blue) = 88+9+30=127 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.29% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 88 - color contains mainly: red. Hex color #58091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58091E is #A7F6E1. Grayscale: #232323. Windows color (decimal): -11007714 or 1968472. OLE color: 1968472.

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

Color convert

RGB 88 9 30 -
CMYK 0 0.90 0.66 0.65
HSL 344.05º 0.81% 0.19% -
HSV(B) 344.05º 0.9% 0.35% -
XYZ 4.36 2.36 1.45 -
YUV 35.02 125.17 165.79 -
System Red Green Blue C M Y K H S L
Decimal 88 9 30 0 0.90 0.66 0.65 344.05 0.81 0.19
Hex 58 9 1E 0 5A 42 41 158 51 13
Octal 130 11 36 0 132 102 101 530 121 23
Binary 1011000 1001 11110 0 1011010 1000010 1000001 101011000 1010001 10011

Color Harmonies of #58091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58091E

Black with #58091E

Text Example


Text Example

White with #58091E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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