Html Css Color HEX #580009 Bordeaux

📋 copy color: '#580009'

red 88 ◦ green 0 ◦ blue 9

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

Shades of Bordeaux #580009

Tints of Bordeaux #580009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 90.72%
G = 0%
B = 9.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#580009 (or 0x580009) is known color: Bordeaux. HEX triplet: 58, 00 and 09. RGB value is (88,0,9). Sum of RGB (Red+Green+Blue) = 88+0+9=97 (12% of max value = 765). Red value is 88 (34.77% from 255 or 90.72% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 9 (3.91% from 255 or 9.28% from 97); Max value from RGB is 88 - color contains mainly: red. Hex color #580009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580009 is #A7FFF6. Grayscale: #1B1B1B. Windows color (decimal): -11010039 or 589912. OLE color: 589912.

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

Color convert

RGB 88 0 9 -
CMYK 0 1 0.90 0.65
HSL 353.86º 1% 0.17% -
HSV(B) 353.86º 1% 0.35% -
XYZ 4.07 2.09 0.45 -
YUV 27.34 117.65 171.27 -
System Red Green Blue C M Y K H S L
Decimal 88 0 9 0 1 0.90 0.65 353.86 1 0.17
Hex 58 0 9 0 64 5A 41 162 64 11
Octal 130 0 11 0 144 132 101 542 144 21
Binary 1011000 0 1001 0 1100100 1011010 1000001 101100010 1100100 10001

Color Harmonies of #580009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580009

Black with #580009

Text Example


Text Example

White with #580009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580009; }

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

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

background-color css

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

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

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

border-color css

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

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

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