Html Css Color HEX #5A0420 Bordeaux

📋 copy color: '#5A0420'

red 90 ◦ green 4 ◦ blue 32

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

Shades of Bordeaux #5A0420

Tints of Bordeaux #5A0420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.17%

 BLUE value IS 32 (12.89% from 255) = 25.4%

R = 71.43%
G = 3.17%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#5A0420 (or 0x5A0420) is known color: Bordeaux. HEX triplet: 5A, 04 and 20. RGB value is (90,4,32). Sum of RGB (Red+Green+Blue) = 90+4+32=126 (16% of max value = 765). Red value is 90 (35.55% from 255 or 71.43% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0420 is #A5FBDF. Grayscale: #202020. Windows color (decimal): -10877920 or 2098266. OLE color: 2098266.

HSL color Cylindrical-coordinate representation of color #5A0420: hue angle of 340.47º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A0420 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 4 32 -
CMYK 0 0.96 0.64 0.65
HSL 340.47º 0.91% 0.18% -
HSV(B) 340.47º 0.96% 0.35% -
XYZ 4.52 2.36 1.58 -
YUV 32.91 127.49 168.72 -
System Red Green Blue C M Y K H S L
Decimal 90 4 32 0 0.96 0.64 0.65 340.47 0.91 0.18
Hex 5A 4 20 0 60 40 41 154 5B 12
Octal 132 4 40 0 140 100 101 524 133 22
Binary 1011010 100 100000 0 1100000 1000000 1000001 101010100 1011011 10010

Color Harmonies of #5A0420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0420

Black with #5A0420

Text Example


Text Example

White with #5A0420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,4,32); }

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

background-color css

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

 a { background-color: rgb(90,4,32); }

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

border-color css

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

 span { border-color: rgb(90,4,32); }

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