Html Css Color HEX #520213 Bordeaux

📋 copy color: '#520213'

red 82 ◦ green 2 ◦ blue 19

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

Shades of Bordeaux #520213

Tints of Bordeaux #520213

RGB

 RED value IS 82 (32.42% from 255) = 79.61%

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

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

R = 79.61%
G = 1.94%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#520213 (or 0x520213) is known color: Bordeaux. HEX triplet: 52, 02 and 13. RGB value is (82,2,19). Sum of RGB (Red+Green+Blue) = 82+2+19=103 (13% of max value = 765). Red value is 82 (32.42% from 255 or 79.61% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 82 - color contains mainly: red. Hex color #520213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520213 is #ADFDEC. Grayscale: #1B1B1B. Windows color (decimal): -11402733 or 1245778. OLE color: 1245778.

HSL color Cylindrical-coordinate representation of color #520213: hue angle of 347.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520213 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 2 19 -
CMYK 0 0.98 0.77 0.68
HSL 347.25º 0.95% 0.16% -
HSV(B) 347.25º 0.98% 0.32% -
XYZ 3.62 1.88 0.79 -
YUV 27.86 123 166.62 -
System Red Green Blue C M Y K H S L
Decimal 82 2 19 0 0.98 0.77 0.68 347.25 0.95 0.16
Hex 52 2 13 0 62 4D 44 15B 5F 10
Octal 122 2 23 0 142 115 104 533 137 20
Binary 1010010 10 10011 0 1100010 1001101 1000100 101011011 1011111 10000

Color Harmonies of #520213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520213

Black with #520213

Text Example


Text Example

White with #520213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520213; }

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

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

background-color css

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

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

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

border-color css

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

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

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