Html Css Color HEX #5A0213 Bordeaux

📋 copy color: '#5A0213'

red 90 ◦ green 2 ◦ blue 19

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

Shades of Bordeaux #5A0213

Tints of Bordeaux #5A0213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 17.12%

R = 81.08%
G = 1.8%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#5A0213 (or 0x5A0213) is known color: Bordeaux. HEX triplet: 5A, 02 and 13. RGB value is (90,2,19). Sum of RGB (Red+Green+Blue) = 90+2+19=111 (14% of max value = 765). Red value is 90 (35.55% from 255 or 81.08% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0213 is #A5FDEC. Grayscale: #1E1E1E. Windows color (decimal): -10878445 or 1245786. OLE color: 1245786.

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

Color convert

RGB 90 2 19 -
CMYK 0 0.98 0.79 0.65
HSL 348.41º 0.96% 0.18% -
HSV(B) 348.41º 0.98% 0.35% -
XYZ 4.36 2.26 0.82 -
YUV 30.25 121.65 170.62 -
System Red Green Blue C M Y K H S L
Decimal 90 2 19 0 0.98 0.79 0.65 348.41 0.96 0.18
Hex 5A 2 13 0 62 4F 41 15C 60 12
Octal 132 2 23 0 142 117 101 534 140 22
Binary 1011010 10 10011 0 1100010 1001111 1000001 101011100 1100000 10010

Color Harmonies of #5A0213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0213

Black with #5A0213

Text Example


Text Example

White with #5A0213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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