Html Css Color HEX #5A020E Bordeaux

📋 copy color: '#5A020E'

red 90 ◦ green 2 ◦ blue 14

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

Shades of Bordeaux #5A020E

Tints of Bordeaux #5A020E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 13.21%

R = 84.91%
G = 1.89%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#5A020E (or 0x5A020E) is known color: Bordeaux. HEX triplet: 5A, 02 and 0E. RGB value is (90,2,14). Sum of RGB (Red+Green+Blue) = 90+2+14=106 (14% of max value = 765). Red value is 90 (35.55% from 255 or 84.91% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 90 - color contains mainly: red. Hex color #5A020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A020E is #A5FDF1. Grayscale: #1D1D1D. Windows color (decimal): -10878450 or 918106. OLE color: 918106.

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

Color convert

RGB 90 2 14 -
CMYK 0 0.98 0.84 0.65
HSL 351.82º 0.96% 0.18% -
HSV(B) 351.82º 0.98% 0.35% -
XYZ 4.32 2.25 0.62 -
YUV 29.68 119.15 171.02 -
System Red Green Blue C M Y K H S L
Decimal 90 2 14 0 0.98 0.84 0.65 351.82 0.96 0.18
Hex 5A 2 E 0 62 54 41 160 60 12
Octal 132 2 16 0 142 124 101 540 140 22
Binary 1011010 10 1110 0 1100010 1010100 1000001 101100000 1100000 10010

Color Harmonies of #5A020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A020E

Black with #5A020E

Text Example


Text Example

White with #5A020E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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