Html Css Color HEX #520D1D Bordeaux

📋 copy color: '#520D1D'

red 82 ◦ green 13 ◦ blue 29

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

Shades of Bordeaux #520D1D

Tints of Bordeaux #520D1D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.48%

 BLUE value IS 29 (11.72% from 255) = 23.39%

R = 66.13%
G = 10.48%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#520D1D (or 0x520D1D) is known color: Bordeaux. HEX triplet: 52, 0D and 1D. RGB value is (82,13,29). Sum of RGB (Red+Green+Blue) = 82+13+29=124 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.13% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 82 - color contains mainly: red. Hex color #520D1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520D1D is #ADF2E2. Grayscale: #232323. Windows color (decimal): -11399907 or 1903954. OLE color: 1903954.

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

Color convert

RGB 82 13 29 -
CMYK 0 0.84 0.65 0.68
HSL 346.09º 0.73% 0.19% -
HSV(B) 346.09º 0.84% 0.32% -
XYZ 3.85 2.17 1.38 -
YUV 35.46 124.36 161.2 -
System Red Green Blue C M Y K H S L
Decimal 82 13 29 0 0.84 0.65 0.68 346.09 0.73 0.19
Hex 52 D 1D 0 54 41 44 15A 49 13
Octal 122 15 35 0 124 101 104 532 111 23
Binary 1010010 1101 11101 0 1010100 1000001 1000100 101011010 1001001 10011

Color Harmonies of #520D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520D1D

Black with #520D1D

Text Example


Text Example

White with #520D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,13,29); }

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

background-color css

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

 a { background-color: rgb(82,13,29); }

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

border-color css

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

 span { border-color: rgb(82,13,29); }

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