Html Css Color HEX #5A021E Bordeaux

📋 copy color: '#5A021E'

red 90 ◦ green 2 ◦ blue 30

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

Shades of Bordeaux #5A021E

Tints of Bordeaux #5A021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 24.59%

R = 73.77%
G = 1.64%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#5A021E (or 0x5A021E) is known color: Bordeaux. HEX triplet: 5A, 02 and 1E. RGB value is (90,2,30). Sum of RGB (Red+Green+Blue) = 90+2+30=122 (16% of max value = 765). Red value is 90 (35.55% from 255 or 73.77% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 90 - color contains mainly: red. Hex color #5A021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A021E is #A5FDE1. Grayscale: #1F1F1F. Windows color (decimal): -10878434 or 1966682. OLE color: 1966682.

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

Color convert

RGB 90 2 30 -
CMYK 0 0.98 0.67 0.65
HSL 340.91º 0.96% 0.18% -
HSV(B) 340.91º 0.98% 0.35% -
XYZ 4.47 2.31 1.44 -
YUV 31.5 127.15 169.72 -
System Red Green Blue C M Y K H S L
Decimal 90 2 30 0 0.98 0.67 0.65 340.91 0.96 0.18
Hex 5A 2 1E 0 62 43 41 155 60 12
Octal 132 2 36 0 142 103 101 525 140 22
Binary 1011010 10 11110 0 1100010 1000011 1000001 101010101 1100000 10010

Color Harmonies of #5A021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A021E

Black with #5A021E

Text Example


Text Example

White with #5A021E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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