Html Css Color HEX #5A020A Bordeaux

📋 copy color: '#5A020A'

red 90 ◦ green 2 ◦ blue 10

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

Shades of Bordeaux #5A020A

Tints of Bordeaux #5A020A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.8%

R = 88.24%
G = 1.96%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#5A020A (or 0x5A020A) is known color: Bordeaux. HEX triplet: 5A, 02 and 0A. RGB value is (90,2,10). Sum of RGB (Red+Green+Blue) = 90+2+10=102 (13% of max value = 765). Red value is 90 (35.55% from 255 or 88.24% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 90 - color contains mainly: red. Hex color #5A020A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A020A is #A5FDF5. Grayscale: #1D1D1D. Windows color (decimal): -10878454 or 655962. OLE color: 655962.

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

Color convert

RGB 90 2 10 -
CMYK 0 0.98 0.89 0.65
HSL 354.55º 0.96% 0.18% -
HSV(B) 354.55º 0.98% 0.35% -
XYZ 4.29 2.24 0.49 -
YUV 29.22 117.15 171.35 -
System Red Green Blue C M Y K H S L
Decimal 90 2 10 0 0.98 0.89 0.65 354.55 0.96 0.18
Hex 5A 2 A 0 62 59 41 163 60 12
Octal 132 2 12 0 142 131 101 543 140 22
Binary 1011010 10 1010 0 1100010 1011001 1000001 101100011 1100000 10010

Color Harmonies of #5A020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A020A

Black with #5A020A

Text Example


Text Example

White with #5A020A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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