Html Css Color HEX #580926 Bordeaux

📋 copy color: '#580926'

red 88 ◦ green 9 ◦ blue 38

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

Shades of Bordeaux #580926

Tints of Bordeaux #580926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 28.15%

R = 65.19%
G = 6.67%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#580926 (or 0x580926) is known color: Bordeaux. HEX triplet: 58, 09 and 26. RGB value is (88,9,38). Sum of RGB (Red+Green+Blue) = 88+9+38=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #580926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580926 is #A7F6D9. Grayscale: #232323. Windows color (decimal): -11007706 or 2492760. OLE color: 2492760.

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

Color convert

RGB 88 9 38 -
CMYK 0 0.90 0.57 0.65
HSL 337.97º 0.81% 0.19% -
HSV(B) 337.97º 0.9% 0.35% -
XYZ 4.47 2.41 2.06 -
YUV 35.93 129.17 165.14 -
System Red Green Blue C M Y K H S L
Decimal 88 9 38 0 0.90 0.57 0.65 337.97 0.81 0.19
Hex 58 9 26 0 5A 39 41 152 51 13
Octal 130 11 46 0 132 71 101 522 121 23
Binary 1011000 1001 100110 0 1011010 111001 1000001 101010010 1010001 10011

Color Harmonies of #580926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580926

Black with #580926

Text Example


Text Example

White with #580926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580926; }

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

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

background-color css

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

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

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

border-color css

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

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

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