Html Css Color HEX #5A0926 Bordeaux

📋 copy color: '#5A0926'

red 90 ◦ green 9 ◦ blue 38

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

Shades of Bordeaux #5A0926

Tints of Bordeaux #5A0926

RGB

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

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

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

R = 65.69%
G = 6.57%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#5A0926 (or 0x5A0926) is known color: Bordeaux. HEX triplet: 5A, 09 and 26. RGB value is (90,9,38). Sum of RGB (Red+Green+Blue) = 90+9+38=137 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.69% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0926 is #A5F6D9. Grayscale: #242424. Windows color (decimal): -10876634 or 2492762. OLE color: 2492762.

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

Color convert

RGB 90 9 38 -
CMYK 0 0.9 0.58 0.65
HSL 338.52º 0.82% 0.19% -
HSV(B) 338.52º 0.9% 0.35% -
XYZ 4.66 2.51 2.07 -
YUV 36.53 128.84 166.14 -
System Red Green Blue C M Y K H S L
Decimal 90 9 38 0 0.9 0.58 0.65 338.52 0.82 0.19
Hex 5A 9 26 0 5A 3A 41 153 52 13
Octal 132 11 46 0 132 72 101 523 122 23
Binary 1011010 1001 100110 0 1011010 111010 1000001 101010011 1010010 10011

Color Harmonies of #5A0926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0926

Black with #5A0926

Text Example


Text Example

White with #5A0926

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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