Html Css Color HEX #5A021F Bordeaux

📋 copy color: '#5A021F'

red 90 ◦ green 2 ◦ blue 31

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

Shades of Bordeaux #5A021F

Tints of Bordeaux #5A021F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 25.2%

R = 73.17%
G = 1.63%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#5A021F (or 0x5A021F) is known color: Bordeaux. HEX triplet: 5A, 02 and 1F. RGB value is (90,2,31). Sum of RGB (Red+Green+Blue) = 90+2+31=123 (16% of max value = 765). Red value is 90 (35.55% from 255 or 73.17% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 90 - color contains mainly: red. Hex color #5A021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A021F is #A5FDE0. Grayscale: #1F1F1F. Windows color (decimal): -10878433 or 2032218. OLE color: 2032218.

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

Color convert

RGB 90 2 31 -
CMYK 0 0.98 0.66 0.65
HSL 340.23º 0.96% 0.18% -
HSV(B) 340.23º 0.98% 0.35% -
XYZ 4.49 2.32 1.51 -
YUV 31.62 127.65 169.64 -
System Red Green Blue C M Y K H S L
Decimal 90 2 31 0 0.98 0.66 0.65 340.23 0.96 0.18
Hex 5A 2 1F 0 62 42 41 154 60 12
Octal 132 2 37 0 142 102 101 524 140 22
Binary 1011010 10 11111 0 1100010 1000010 1000001 101010100 1100000 10010

Color Harmonies of #5A021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A021F

Black with #5A021F

Text Example


Text Example

White with #5A021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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