Html Css Color HEX #58090F Bordeaux

📋 copy color: '#58090F'

red 88 ◦ green 9 ◦ blue 15

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

Shades of Bordeaux #58090F

Tints of Bordeaux #58090F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.39%

R = 78.57%
G = 8.04%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#58090F (or 0x58090F) is known color: Bordeaux. HEX triplet: 58, 09 and 0F. RGB value is (88,9,15). Sum of RGB (Red+Green+Blue) = 88+9+15=112 (14% of max value = 765). Red value is 88 (34.77% from 255 or 78.57% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 88 - color contains mainly: red. Hex color #58090F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58090F is #A7F6F0. Grayscale: #212121. Windows color (decimal): -11007729 or 985432. OLE color: 985432.

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

Color convert

RGB 88 9 15 -
CMYK 0 0.90 0.83 0.65
HSL 355.44º 0.81% 0.19% -
HSV(B) 355.44º 0.9% 0.35% -
XYZ 4.21 2.3 0.67 -
YUV 33.31 117.67 167.01 -
System Red Green Blue C M Y K H S L
Decimal 88 9 15 0 0.90 0.83 0.65 355.44 0.81 0.19
Hex 58 9 F 0 5A 53 41 163 51 13
Octal 130 11 17 0 132 123 101 543 121 23
Binary 1011000 1001 1111 0 1011010 1010011 1000001 101100011 1010001 10011

Color Harmonies of #58090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58090F

Black with #58090F

Text Example


Text Example

White with #58090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58090F; }

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

 H1.HeaderClassName
 {
   color: #58090F;
 }
 .AnyTagClassName
 {
   color: #58090F;
 }
</style>

background-color css

<style>
 a { background-color: #58090F; }

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

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

border-color css

<style>
 span { border-color: #58090F; }

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

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