Html Css Color HEX #521321 Bordeaux

📋 copy color: '#521321'

red 82 ◦ green 19 ◦ blue 33

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

Shades of Bordeaux #521321

Tints of Bordeaux #521321

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.18%

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

R = 61.19%
G = 14.18%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#521321 (or 0x521321) is known color: Bordeaux. HEX triplet: 52, 13 and 21. RGB value is (82,19,33). Sum of RGB (Red+Green+Blue) = 82+19+33=134 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.19% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 82 - color contains mainly: red. Hex color #521321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521321 is #ADECDE. Grayscale: #272727. Windows color (decimal): -11398367 or 2167634. OLE color: 2167634.

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

Color convert

RGB 82 19 33 -
CMYK 0 0.77 0.60 0.68
HSL 346.67º 0.62% 0.2% -
HSV(B) 346.67º 0.77% 0.32% -
XYZ 3.99 2.37 1.69 -
YUV 39.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 82 19 33 0 0.77 0.60 0.68 346.67 0.62 0.2
Hex 52 13 21 0 4D 3C 44 15B 3E 14
Octal 122 23 41 0 115 74 104 533 76 24
Binary 1010010 10011 100001 0 1001101 111100 1000100 101011011 111110 10100

Color Harmonies of #521321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521321

Black with #521321

Text Example


Text Example

White with #521321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521321; }

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

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

background-color css

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

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

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

border-color css

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

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

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