Html Css Color HEX #580922 Bordeaux

📋 copy color: '#580922'

red 88 ◦ green 9 ◦ blue 34

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

Shades of Bordeaux #580922

Tints of Bordeaux #580922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 25.95%

R = 67.18%
G = 6.87%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#580922 (or 0x580922) is known color: Bordeaux. HEX triplet: 58, 09 and 22. RGB value is (88,9,34). Sum of RGB (Red+Green+Blue) = 88+9+34=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #580922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580922 is #A7F6DD. Grayscale: #232323. Windows color (decimal): -11007710 or 2230616. OLE color: 2230616.

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

Color convert

RGB 88 9 34 -
CMYK 0 0.90 0.61 0.65
HSL 341.01º 0.81% 0.19% -
HSV(B) 341.01º 0.9% 0.35% -
XYZ 4.41 2.39 1.74 -
YUV 35.47 127.17 165.47 -
System Red Green Blue C M Y K H S L
Decimal 88 9 34 0 0.90 0.61 0.65 341.01 0.81 0.19
Hex 58 9 22 0 5A 3D 41 155 51 13
Octal 130 11 42 0 132 75 101 525 121 23
Binary 1011000 1001 100010 0 1011010 111101 1000001 101010101 1010001 10011

Color Harmonies of #580922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580922

Black with #580922

Text Example


Text Example

White with #580922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580922; }

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

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

background-color css

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

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

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

border-color css

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

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

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