Html Css Color HEX #5A021C Bordeaux

📋 copy color: '#5A021C'

red 90 ◦ green 2 ◦ blue 28

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

Shades of Bordeaux #5A021C

Tints of Bordeaux #5A021C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.67%

 BLUE value IS 28 (11.33% from 255) = 23.33%

R = 75%
G = 1.67%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#5A021C (or 0x5A021C) is known color: Bordeaux. HEX triplet: 5A, 02 and 1C. RGB value is (90,2,28). Sum of RGB (Red+Green+Blue) = 90+2+28=120 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 90 - color contains mainly: red. Hex color #5A021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A021C is #A5FDE3. Grayscale: #1F1F1F. Windows color (decimal): -10878436 or 1835610. OLE color: 1835610.

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

Color convert

RGB 90 2 28 -
CMYK 0 0.98 0.69 0.65
HSL 342.27º 0.96% 0.18% -
HSV(B) 342.27º 0.98% 0.35% -
XYZ 4.45 2.3 1.31 -
YUV 31.28 126.15 169.89 -
System Red Green Blue C M Y K H S L
Decimal 90 2 28 0 0.98 0.69 0.65 342.27 0.96 0.18
Hex 5A 2 1C 0 62 45 41 156 60 12
Octal 132 2 34 0 142 105 101 526 140 22
Binary 1011010 10 11100 0 1100010 1000101 1000001 101010110 1100000 10010

Color Harmonies of #5A021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A021C

Black with #5A021C

Text Example


Text Example

White with #5A021C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,2,28); }

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

background-color css

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

 a { background-color: rgb(90,2,28); }

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

border-color css

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

 span { border-color: rgb(90,2,28); }

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