Html Css Color HEX #580927 Bordeaux

📋 copy color: '#580927'

red 88 ◦ green 9 ◦ blue 39

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

Shades of Bordeaux #580927

Tints of Bordeaux #580927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 28.68%

R = 64.71%
G = 6.62%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#580927 (or 0x580927) is known color: Bordeaux. HEX triplet: 58, 09 and 27. RGB value is (88,9,39). Sum of RGB (Red+Green+Blue) = 88+9+39=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 39 (15.62% from 255 or 28.68% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #580927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580927 is #A7F6D8. Grayscale: #242424. Windows color (decimal): -11007705 or 2558296. OLE color: 2558296.

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

Color convert

RGB 88 9 39 -
CMYK 0 0.90 0.56 0.65
HSL 337.22º 0.81% 0.19% -
HSV(B) 337.22º 0.9% 0.35% -
XYZ 4.49 2.42 2.15 -
YUV 36.04 129.67 165.06 -
System Red Green Blue C M Y K H S L
Decimal 88 9 39 0 0.90 0.56 0.65 337.22 0.81 0.19
Hex 58 9 27 0 5A 38 41 151 51 13
Octal 130 11 47 0 132 70 101 521 121 23
Binary 1011000 1001 100111 0 1011010 111000 1000001 101010001 1010001 10011

Color Harmonies of #580927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580927

Black with #580927

Text Example


Text Example

White with #580927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580927; }

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

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

background-color css

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

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

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

border-color css

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

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

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