Html Css Color HEX #580509 Bordeaux

📋 copy color: '#580509'

red 88 ◦ green 5 ◦ blue 9

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

Shades of Bordeaux #580509

Tints of Bordeaux #580509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.9%

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

R = 86.27%
G = 4.9%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#580509 (or 0x580509) is known color: Bordeaux. HEX triplet: 58, 05 and 09. RGB value is (88,5,9). Sum of RGB (Red+Green+Blue) = 88+5+9=102 (13% of max value = 765). Red value is 88 (34.77% from 255 or 86.27% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 88 - color contains mainly: red. Hex color #580509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580509 is #A7FAF6. Grayscale: #1E1E1E. Windows color (decimal): -11008759 or 591192. OLE color: 591192.

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

Color convert

RGB 88 5 9 -
CMYK 0 0.94 0.90 0.65
HSL 357.11º 0.89% 0.18% -
HSV(B) 357.11º 0.94% 0.35% -
XYZ 4.13 2.2 0.47 -
YUV 30.27 116 169.17 -
System Red Green Blue C M Y K H S L
Decimal 88 5 9 0 0.94 0.90 0.65 357.11 0.89 0.18
Hex 58 5 9 0 5E 5A 41 165 59 12
Octal 130 5 11 0 136 132 101 545 131 22
Binary 1011000 101 1001 0 1011110 1011010 1000001 101100101 1011001 10010

Color Harmonies of #580509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580509

Black with #580509

Text Example


Text Example

White with #580509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580509; }

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

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

background-color css

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

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

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

border-color css

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

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

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