Html Css Color HEX #521021 Bordeaux

📋 copy color: '#521021'

red 82 ◦ green 16 ◦ blue 33

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

Shades of Bordeaux #521021

Tints of Bordeaux #521021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 25.19%

R = 62.6%
G = 12.21%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#521021 (or 0x521021) is known color: Bordeaux. HEX triplet: 52, 10 and 21. RGB value is (82,16,33). Sum of RGB (Red+Green+Blue) = 82+16+33=131 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.60% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 82 - color contains mainly: red. Hex color #521021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521021 is #ADEFDE. Grayscale: #252525. Windows color (decimal): -11399135 or 2166866. OLE color: 2166866.

HSL color Cylindrical-coordinate representation of color #521021: hue angle of 344.55º 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 #521021 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 16 33 -
CMYK 0 0.80 0.60 0.68
HSL 344.55º 0.67% 0.19% -
HSV(B) 344.55º 0.8% 0.32% -
XYZ 3.94 2.27 1.67 -
YUV 37.67 125.37 159.62 -
System Red Green Blue C M Y K H S L
Decimal 82 16 33 0 0.80 0.60 0.68 344.55 0.67 0.19
Hex 52 10 21 0 50 3C 44 159 43 13
Octal 122 20 41 0 120 74 104 531 103 23
Binary 1010010 10000 100001 0 1010000 111100 1000100 101011001 1000011 10011

Color Harmonies of #521021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521021

Black with #521021

Text Example


Text Example

White with #521021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521021; }

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

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

background-color css

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

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

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

border-color css

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

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

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