Html Css Color HEX #521320 Bordeaux

📋 copy color: '#521320'

red 82 ◦ green 19 ◦ blue 32

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

Shades of Bordeaux #521320

Tints of Bordeaux #521320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 24.06%

R = 61.65%
G = 14.29%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.68

RGB Variations

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

Color information

#521320 (or 0x521320) is known color: Bordeaux. HEX triplet: 52, 13 and 20. RGB value is (82,19,32). Sum of RGB (Red+Green+Blue) = 82+19+32=133 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.65% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 82 - color contains mainly: red. Hex color #521320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521320 is #ADECDF. Grayscale: #272727. Windows color (decimal): -11398368 or 2102098. OLE color: 2102098.

HSL color Cylindrical-coordinate representation of color #521320: hue angle of 347.62º 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 #521320 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 19 32 -
CMYK 0 0.77 0.61 0.68
HSL 347.62º 0.62% 0.2% -
HSV(B) 347.62º 0.77% 0.32% -
XYZ 3.97 2.36 1.61 -
YUV 39.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 82 19 32 0 0.77 0.61 0.68 347.62 0.62 0.2
Hex 52 13 20 0 4D 3D 44 15C 3E 14
Octal 122 23 40 0 115 75 104 534 76 24
Binary 1010010 10011 100000 0 1001101 111101 1000100 101011100 111110 10100

Color Harmonies of #521320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521320

Black with #521320

Text Example


Text Example

White with #521320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521320; }

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

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

background-color css

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

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

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

border-color css

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

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

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