Html Css Color HEX #520E1C Bordeaux

📋 copy color: '#520E1C'

red 82 ◦ green 14 ◦ blue 28

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

Shades of Bordeaux #520E1C

Tints of Bordeaux #520E1C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.29%

 BLUE value IS 28 (11.33% from 255) = 22.58%

R = 66.13%
G = 11.29%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#520E1C (or 0x520E1C) is known color: Bordeaux. HEX triplet: 52, 0E and 1C. RGB value is (82,14,28). Sum of RGB (Red+Green+Blue) = 82+14+28=124 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.13% from 124); Green value is 14 (5.86% from 255 or 11.29% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 82 - color contains mainly: red. Hex color #520E1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520E1C is #ADF1E3. Grayscale: #232323. Windows color (decimal): -11399652 or 1838674. OLE color: 1838674.

HSL color Cylindrical-coordinate representation of color #520E1C: hue angle of 347.65º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #520E1C is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 14 28 -
CMYK 0 0.83 0.66 0.68
HSL 347.65º 0.71% 0.19% -
HSV(B) 347.65º 0.83% 0.32% -
XYZ 3.85 2.19 1.32 -
YUV 35.93 123.53 160.86 -
System Red Green Blue C M Y K H S L
Decimal 82 14 28 0 0.83 0.66 0.68 347.65 0.71 0.19
Hex 52 E 1C 0 53 42 44 15C 47 13
Octal 122 16 34 0 123 102 104 534 107 23
Binary 1010010 1110 11100 0 1010011 1000010 1000100 101011100 1000111 10011

Color Harmonies of #520E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520E1C

Black with #520E1C

Text Example


Text Example

White with #520E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520E1C; }

 p { color: rgb(82,14,28); }

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

background-color css

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

 a { background-color: rgb(82,14,28); }

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

border-color css

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

 span { border-color: rgb(82,14,28); }

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