Html Css Color HEX #521B21 Bordeaux

📋 copy color: '#521B21'

red 82 ◦ green 27 ◦ blue 33

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

Shades of Bordeaux #521B21

Tints of Bordeaux #521B21

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.01%

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

R = 57.75%
G = 19.01%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#521B21 (or 0x521B21) is known color: Bordeaux. HEX triplet: 52, 1B and 21. RGB value is (82,27,33). Sum of RGB (Red+Green+Blue) = 82+27+33=142 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.75% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 82 - color contains mainly: red. Hex color #521B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B21 is #ADE4DE. Grayscale: #2C2C2C. Windows color (decimal): -11396319 or 2169682. OLE color: 2169682.

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

Color convert

RGB 82 27 33 -
CMYK 0 0.67 0.60 0.68
HSL 353.45º 0.5% 0.21% -
HSV(B) 353.45º 0.67% 0.32% -
XYZ 4.15 2.69 1.74 -
YUV 44.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 82 27 33 0 0.67 0.60 0.68 353.45 0.5 0.21
Hex 52 1B 21 0 43 3C 44 161 32 15
Octal 122 33 41 0 103 74 104 541 62 25
Binary 1010010 11011 100001 0 1000011 111100 1000100 101100001 110010 10101

Color Harmonies of #521B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521B21

Black with #521B21

Text Example


Text Example

White with #521B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521B21; }

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

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

background-color css

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

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

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

border-color css

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

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

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