Html Css Color HEX #521921 Bordeaux

📋 copy color: '#521921'

red 82 ◦ green 25 ◦ blue 33

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

Shades of Bordeaux #521921

Tints of Bordeaux #521921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.86%

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

R = 58.57%
G = 17.86%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#521921 (or 0x521921) is known color: Bordeaux. HEX triplet: 52, 19 and 21. RGB value is (82,25,33). Sum of RGB (Red+Green+Blue) = 82+25+33=140 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.57% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 82 - color contains mainly: red. Hex color #521921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521921 is #ADE6DE. Grayscale: #2A2A2A. Windows color (decimal): -11396831 or 2169170. OLE color: 2169170.

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

Color convert

RGB 82 25 33 -
CMYK 0 0.70 0.60 0.68
HSL 351.58º 0.53% 0.21% -
HSV(B) 351.58º 0.7% 0.32% -
XYZ 4.1 2.6 1.72 -
YUV 42.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 82 25 33 0 0.70 0.60 0.68 351.58 0.53 0.21
Hex 52 19 21 0 46 3C 44 160 35 15
Octal 122 31 41 0 106 74 104 540 65 25
Binary 1010010 11001 100001 0 1000110 111100 1000100 101100000 110101 10101

Color Harmonies of #521921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521921

Black with #521921

Text Example


Text Example

White with #521921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521921; }

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

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

background-color css

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

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

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

border-color css

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

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

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