Html Css Color HEX #5A021A Bordeaux

📋 copy color: '#5A021A'

red 90 ◦ green 2 ◦ blue 26

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

Shades of Bordeaux #5A021A

Tints of Bordeaux #5A021A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 22.03%

R = 76.27%
G = 1.69%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#5A021A (or 0x5A021A) is known color: Bordeaux. HEX triplet: 5A, 02 and 1A. RGB value is (90,2,26). Sum of RGB (Red+Green+Blue) = 90+2+26=118 (15% of max value = 765). Red value is 90 (35.55% from 255 or 76.27% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 90 - color contains mainly: red. Hex color #5A021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A021A is #A5FDE5. Grayscale: #1F1F1F. Windows color (decimal): -10878438 or 1704538. OLE color: 1704538.

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

Color convert

RGB 90 2 26 -
CMYK 0 0.98 0.71 0.65
HSL 343.64º 0.96% 0.18% -
HSV(B) 343.64º 0.98% 0.35% -
XYZ 4.42 2.29 1.19 -
YUV 31.05 125.15 170.05 -
System Red Green Blue C M Y K H S L
Decimal 90 2 26 0 0.98 0.71 0.65 343.64 0.96 0.18
Hex 5A 2 1A 0 62 47 41 158 60 12
Octal 132 2 32 0 142 107 101 530 140 22
Binary 1011010 10 11010 0 1100010 1000111 1000001 101011000 1100000 10010

Color Harmonies of #5A021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A021A

Black with #5A021A

Text Example


Text Example

White with #5A021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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