Html Css Color HEX #5A0922 Bordeaux

📋 copy color: '#5A0922'

red 90 ◦ green 9 ◦ blue 34

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

Shades of Bordeaux #5A0922

Tints of Bordeaux #5A0922

RGB

 RED value IS 90 (35.55% from 255) = 67.67%

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

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

R = 67.67%
G = 6.77%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#5A0922 (or 0x5A0922) is known color: Bordeaux. HEX triplet: 5A, 09 and 22. RGB value is (90,9,34). Sum of RGB (Red+Green+Blue) = 90+9+34=133 (17% of max value = 765). Red value is 90 (35.55% from 255 or 67.67% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0922 is #A5F6DD. Grayscale: #242424. Windows color (decimal): -10876638 or 2230618. OLE color: 2230618.

HSL color Cylindrical-coordinate representation of color #5A0922: hue angle of 341.48º degrees, saturation: 0.82, 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 #5A0922 is Cyan = 0, Magento = 0.9, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 9 34 -
CMYK 0 0.9 0.62 0.65
HSL 341.48º 0.82% 0.19% -
HSV(B) 341.48º 0.9% 0.35% -
XYZ 4.6 2.48 1.75 -
YUV 36.07 126.84 166.47 -
System Red Green Blue C M Y K H S L
Decimal 90 9 34 0 0.9 0.62 0.65 341.48 0.82 0.19
Hex 5A 9 22 0 5A 3E 41 155 52 13
Octal 132 11 42 0 132 76 101 525 122 23
Binary 1011010 1001 100010 0 1011010 111110 1000001 101010101 1010010 10011

Color Harmonies of #5A0922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0922

Black with #5A0922

Text Example


Text Example

White with #5A0922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A0922; }

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

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

background-color css

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

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

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

border-color css

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

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

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