Html Css Color HEX #520921 Bordeaux

📋 copy color: '#520921'

red 82 ◦ green 9 ◦ blue 33

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

Shades of Bordeaux #520921

Tints of Bordeaux #520921

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.26%

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

R = 66.13%
G = 7.26%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#520921 (or 0x520921) is known color: Bordeaux. HEX triplet: 52, 09 and 21. RGB value is (82,9,33). Sum of RGB (Red+Green+Blue) = 82+9+33=124 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.13% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 82 - color contains mainly: red. Hex color #520921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520921 is #ADF6DE. Grayscale: #212121. Windows color (decimal): -11400927 or 2165074. OLE color: 2165074.

HSL color Cylindrical-coordinate representation of color #520921: hue angle of 340.27º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #520921 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 9 33 -
CMYK 0 0.89 0.60 0.68
HSL 340.27º 0.8% 0.18% -
HSV(B) 340.27º 0.89% 0.32% -
XYZ 3.85 2.1 1.64 -
YUV 33.56 127.68 162.55 -
System Red Green Blue C M Y K H S L
Decimal 82 9 33 0 0.89 0.60 0.68 340.27 0.8 0.18
Hex 52 9 21 0 59 3C 44 154 50 12
Octal 122 11 41 0 131 74 104 524 120 22
Binary 1010010 1001 100001 0 1011001 111100 1000100 101010100 1010000 10010

Color Harmonies of #520921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520921

Black with #520921

Text Example


Text Example

White with #520921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520921; }

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

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

background-color css

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

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

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

border-color css

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

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

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