Html Css Color HEX #521316 Bordeaux

📋 copy color: '#521316'

red 82 ◦ green 19 ◦ blue 22

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

Shades of Bordeaux #521316

Tints of Bordeaux #521316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.89%

R = 66.67%
G = 15.45%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#521316 (or 0x521316) is known color: Bordeaux. HEX triplet: 52, 13 and 16. RGB value is (82,19,22). Sum of RGB (Red+Green+Blue) = 82+19+22=123 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.67% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 82 - color contains mainly: red. Hex color #521316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521316 is #ADECE9. Grayscale: #262626. Windows color (decimal): -11398378 or 1446738. OLE color: 1446738.

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

Color convert

RGB 82 19 22 -
CMYK 0 0.77 0.73 0.68
HSL 357.14º 0.62% 0.2% -
HSV(B) 357.14º 0.77% 0.32% -
XYZ 3.86 2.32 1 -
YUV 38.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 82 19 22 0 0.77 0.73 0.68 357.14 0.62 0.2
Hex 52 13 16 0 4D 49 44 165 3E 14
Octal 122 23 26 0 115 111 104 545 76 24
Binary 1010010 10011 10110 0 1001101 1001001 1000100 101100101 111110 10100

Color Harmonies of #521316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521316

Black with #521316

Text Example


Text Example

White with #521316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521316; }

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

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

background-color css

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

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

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

border-color css

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

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

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