Html Css Color HEX #580109 Bordeaux

📋 copy color: '#580109'

red 88 ◦ green 1 ◦ blue 9

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

Shades of Bordeaux #580109

Tints of Bordeaux #580109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.02%

 BLUE value IS 9 (3.91% from 255) = 9.18%

R = 89.8%
G = 1.02%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#580109 (or 0x580109) is known color: Bordeaux. HEX triplet: 58, 01 and 09. RGB value is (88,1,9). Sum of RGB (Red+Green+Blue) = 88+1+9=98 (12% of max value = 765). Red value is 88 (34.77% from 255 or 89.80% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 88 - color contains mainly: red. Hex color #580109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580109 is #A7FEF6. Grayscale: #1B1B1B. Windows color (decimal): -11009783 or 590168. OLE color: 590168.

HSL color Cylindrical-coordinate representation of color #580109: hue angle of 354.48º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580109 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 1 9 -
CMYK 0 0.99 0.90 0.65
HSL 354.48º 0.98% 0.17% -
HSV(B) 354.48º 0.99% 0.35% -
XYZ 4.08 2.12 0.45 -
YUV 27.93 117.32 170.85 -
System Red Green Blue C M Y K H S L
Decimal 88 1 9 0 0.99 0.90 0.65 354.48 0.98 0.17
Hex 58 1 9 0 63 5A 41 162 62 11
Octal 130 1 11 0 143 132 101 542 142 21
Binary 1011000 1 1001 0 1100011 1011010 1000001 101100010 1100010 10001

Color Harmonies of #580109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580109

Black with #580109

Text Example


Text Example

White with #580109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580109; }

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

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

background-color css

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

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

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

border-color css

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

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

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