Html Css Color HEX #521121 Bordeaux

📋 copy color: '#521121'

red 82 ◦ green 17 ◦ blue 33

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

Shades of Bordeaux #521121

Tints of Bordeaux #521121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.88%

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

R = 62.12%
G = 12.88%
B = 25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#521121 (or 0x521121) is known color: Bordeaux. HEX triplet: 52, 11 and 21. RGB value is (82,17,33). Sum of RGB (Red+Green+Blue) = 82+17+33=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #521121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521121 is #ADEEDE. Grayscale: #262626. Windows color (decimal): -11398879 or 2167122. OLE color: 2167122.

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

Color convert

RGB 82 17 33 -
CMYK 0 0.79 0.60 0.68
HSL 345.23º 0.66% 0.19% -
HSV(B) 345.23º 0.79% 0.32% -
XYZ 3.95 2.3 1.68 -
YUV 38.26 125.03 159.2 -
System Red Green Blue C M Y K H S L
Decimal 82 17 33 0 0.79 0.60 0.68 345.23 0.66 0.19
Hex 52 11 21 0 4F 3C 44 159 42 13
Octal 122 21 41 0 117 74 104 531 102 23
Binary 1010010 10001 100001 0 1001111 111100 1000100 101011001 1000010 10011

Color Harmonies of #521121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521121

Black with #521121

Text Example


Text Example

White with #521121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521121; }

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

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

background-color css

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

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

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

border-color css

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

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

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