Html Css Color HEX #521821 Bordeaux

📋 copy color: '#521821'

red 82 ◦ green 24 ◦ blue 33

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

Shades of Bordeaux #521821

Tints of Bordeaux #521821

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.27%

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

R = 58.99%
G = 17.27%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#521821 (or 0x521821) is known color: Bordeaux. HEX triplet: 52, 18 and 21. RGB value is (82,24,33). Sum of RGB (Red+Green+Blue) = 82+24+33=139 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.99% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 82 - color contains mainly: red. Hex color #521821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521821 is #ADE7DE. Grayscale: #2A2A2A. Windows color (decimal): -11397087 or 2168914. OLE color: 2168914.

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

Color convert

RGB 82 24 33 -
CMYK 0 0.71 0.60 0.68
HSL 350.69º 0.55% 0.21% -
HSV(B) 350.69º 0.71% 0.32% -
XYZ 4.08 2.56 1.72 -
YUV 42.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 82 24 33 0 0.71 0.60 0.68 350.69 0.55 0.21
Hex 52 18 21 0 47 3C 44 15F 37 15
Octal 122 30 41 0 107 74 104 537 67 25
Binary 1010010 11000 100001 0 1000111 111100 1000100 101011111 110111 10101

Color Harmonies of #521821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521821

Black with #521821

Text Example


Text Example

White with #521821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521821; }

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

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

background-color css

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

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

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

border-color css

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

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

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