Html Css Color HEX #521014 Bordeaux

📋 copy color: '#521014'

red 82 ◦ green 16 ◦ blue 20

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

Shades of Bordeaux #521014

Tints of Bordeaux #521014

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.56%

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

R = 69.49%
G = 13.56%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.68

RGB Variations

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

Color information

#521014 (or 0x521014) is known color: Bordeaux. HEX triplet: 52, 10 and 14. RGB value is (82,16,20). Sum of RGB (Red+Green+Blue) = 82+16+20=118 (15% of max value = 765). Red value is 82 (32.42% from 255 or 69.49% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 82 - color contains mainly: red. Hex color #521014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521014 is #ADEFEB. Grayscale: #242424. Windows color (decimal): -11399148 or 1314898. OLE color: 1314898.

HSL color Cylindrical-coordinate representation of color #521014: hue angle of 356.36º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521014 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 16 20 -
CMYK 0 0.80 0.76 0.68
HSL 356.36º 0.67% 0.19% -
HSV(B) 356.36º 0.8% 0.32% -
XYZ 3.79 2.21 0.89 -
YUV 36.19 118.87 160.67 -
System Red Green Blue C M Y K H S L
Decimal 82 16 20 0 0.80 0.76 0.68 356.36 0.67 0.19
Hex 52 10 14 0 50 4C 44 164 43 13
Octal 122 20 24 0 120 114 104 544 103 23
Binary 1010010 10000 10100 0 1010000 1001100 1000100 101100100 1000011 10011

Color Harmonies of #521014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521014

Black with #521014

Text Example


Text Example

White with #521014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521014; }

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

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

background-color css

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

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

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

border-color css

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

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

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