Html Css Color HEX #520314 Bordeaux

📋 copy color: '#520314'

red 82 ◦ green 3 ◦ blue 20

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

Shades of Bordeaux #520314

Tints of Bordeaux #520314

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.86%

 BLUE value IS 20 (8.2% from 255) = 19.05%

R = 78.1%
G = 2.86%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.68

RGB Variations

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

Color information

#520314 (or 0x520314) is known color: Bordeaux. HEX triplet: 52, 03 and 14. RGB value is (82,3,20). Sum of RGB (Red+Green+Blue) = 82+3+20=105 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.10% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 82 - color contains mainly: red. Hex color #520314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520314 is #ADFCEB. Grayscale: #1C1C1C. Windows color (decimal): -11402476 or 1311570. OLE color: 1311570.

HSL color Cylindrical-coordinate representation of color #520314: hue angle of 347.09º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520314 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 3 20 -
CMYK 0 0.96 0.76 0.68
HSL 347.09º 0.93% 0.17% -
HSV(B) 347.09º 0.96% 0.32% -
XYZ 3.64 1.91 0.84 -
YUV 28.56 123.17 166.12 -
System Red Green Blue C M Y K H S L
Decimal 82 3 20 0 0.96 0.76 0.68 347.09 0.93 0.17
Hex 52 3 14 0 60 4C 44 15B 5D 11
Octal 122 3 24 0 140 114 104 533 135 21
Binary 1010010 11 10100 0 1100000 1001100 1000100 101011011 1011101 10001

Color Harmonies of #520314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520314

Black with #520314

Text Example


Text Example

White with #520314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520314; }

 p { color: rgb(82,3,20); }

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

background-color css

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

 a { background-color: rgb(82,3,20); }

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

border-color css

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

 span { border-color: rgb(82,3,20); }

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