Html Css Color HEX #521621 Bordeaux

📋 copy color: '#521621'

red 82 ◦ green 22 ◦ blue 33

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

Shades of Bordeaux #521621

Tints of Bordeaux #521621

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.06%

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

R = 59.85%
G = 16.06%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#521621 (or 0x521621) is known color: Bordeaux. HEX triplet: 52, 16 and 21. RGB value is (82,22,33). Sum of RGB (Red+Green+Blue) = 82+22+33=137 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.85% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 82 - color contains mainly: red. Hex color #521621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521621 is #ADE9DE. Grayscale: #292929. Windows color (decimal): -11397599 or 2168402. OLE color: 2168402.

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

Color convert

RGB 82 22 33 -
CMYK 0 0.73 0.60 0.68
HSL 349º 0.58% 0.2% -
HSV(B) 349º 0.73% 0.32% -
XYZ 4.04 2.48 1.7 -
YUV 41.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 82 22 33 0 0.73 0.60 0.68 349 0.58 0.2
Hex 52 16 21 0 49 3C 44 15D 3A 14
Octal 122 26 41 0 111 74 104 535 72 24
Binary 1010010 10110 100001 0 1001001 111100 1000100 101011101 111010 10100

Color Harmonies of #521621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521621

Black with #521621

Text Example


Text Example

White with #521621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521621; }

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

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

background-color css

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

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

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

border-color css

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

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

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