Html Css Color HEX #521113 Bordeaux

📋 copy color: '#521113'

red 82 ◦ green 17 ◦ blue 19

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

Shades of Bordeaux #521113

Tints of Bordeaux #521113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.1%

R = 69.49%
G = 14.41%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#521113 (or 0x521113) is known color: Bordeaux. HEX triplet: 52, 11 and 13. RGB value is (82,17,19). Sum of RGB (Red+Green+Blue) = 82+17+19=118 (15% of max value = 765). Red value is 82 (32.42% from 255 or 69.49% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 82 - color contains mainly: red. Hex color #521113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521113 is #ADEEEC. Grayscale: #242424. Windows color (decimal): -11398893 or 1249618. OLE color: 1249618.

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

Color convert

RGB 82 17 19 -
CMYK 0 0.79 0.77 0.68
HSL 358.15º 0.66% 0.19% -
HSV(B) 358.15º 0.79% 0.32% -
XYZ 3.8 2.24 0.85 -
YUV 36.66 118.03 160.34 -
System Red Green Blue C M Y K H S L
Decimal 82 17 19 0 0.79 0.77 0.68 358.15 0.66 0.19
Hex 52 11 13 0 4F 4D 44 166 42 13
Octal 122 21 23 0 117 115 104 546 102 23
Binary 1010010 10001 10011 0 1001111 1001101 1000100 101100110 1000010 10011

Color Harmonies of #521113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521113

Black with #521113

Text Example


Text Example

White with #521113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521113; }

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

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

background-color css

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

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

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

border-color css

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

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

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