Html Css Color HEX #58091D Bordeaux

📋 copy color: '#58091D'

red 88 ◦ green 9 ◦ blue 29

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

Shades of Bordeaux #58091D

Tints of Bordeaux #58091D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 23.02%

R = 69.84%
G = 7.14%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#58091D (or 0x58091D) is known color: Bordeaux. HEX triplet: 58, 09 and 1D. RGB value is (88,9,29). Sum of RGB (Red+Green+Blue) = 88+9+29=126 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.84% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 88 - color contains mainly: red. Hex color #58091D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58091D is #A7F6E2. Grayscale: #222222. Windows color (decimal): -11007715 or 1902936. OLE color: 1902936.

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

Color convert

RGB 88 9 29 -
CMYK 0 0.90 0.67 0.65
HSL 344.81º 0.81% 0.19% -
HSV(B) 344.81º 0.9% 0.35% -
XYZ 4.34 2.36 1.39 -
YUV 34.9 124.67 165.87 -
System Red Green Blue C M Y K H S L
Decimal 88 9 29 0 0.90 0.67 0.65 344.81 0.81 0.19
Hex 58 9 1D 0 5A 43 41 159 51 13
Octal 130 11 35 0 132 103 101 531 121 23
Binary 1011000 1001 11101 0 1011010 1000011 1000001 101011001 1010001 10011

Color Harmonies of #58091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58091D

Black with #58091D

Text Example


Text Example

White with #58091D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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