Html Css Color HEX #5A0927 Bordeaux

📋 copy color: '#5A0927'

red 90 ◦ green 9 ◦ blue 39

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

Shades of Bordeaux #5A0927

Tints of Bordeaux #5A0927

RGB

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

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

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

R = 65.22%
G = 6.52%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#5A0927 (or 0x5A0927) is known color: Bordeaux. HEX triplet: 5A, 09 and 27. RGB value is (90,9,39). Sum of RGB (Red+Green+Blue) = 90+9+39=138 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.22% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0927 is #A5F6D8. Grayscale: #242424. Windows color (decimal): -10876633 or 2558298. OLE color: 2558298.

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

Color convert

RGB 90 9 39 -
CMYK 0 0.9 0.57 0.65
HSL 337.78º 0.82% 0.19% -
HSV(B) 337.78º 0.9% 0.35% -
XYZ 4.68 2.52 2.16 -
YUV 36.64 129.34 166.06 -
System Red Green Blue C M Y K H S L
Decimal 90 9 39 0 0.9 0.57 0.65 337.78 0.82 0.19
Hex 5A 9 27 0 5A 39 41 152 52 13
Octal 132 11 47 0 132 71 101 522 122 23
Binary 1011010 1001 100111 0 1011010 111001 1000001 101010010 1010010 10011

Color Harmonies of #5A0927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0927

Black with #5A0927

Text Example


Text Example

White with #5A0927

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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