Html Css Color HEX #520C1D Bordeaux

📋 copy color: '#520C1D'

red 82 ◦ green 12 ◦ blue 29

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

Shades of Bordeaux #520C1D

Tints of Bordeaux #520C1D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.76%

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

R = 66.67%
G = 9.76%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#520C1D (or 0x520C1D) is known color: Bordeaux. HEX triplet: 52, 0C and 1D. RGB value is (82,12,29). Sum of RGB (Red+Green+Blue) = 82+12+29=123 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.67% from 123); Green value is 12 (5.08% from 255 or 9.76% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 82 - color contains mainly: red. Hex color #520C1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520C1D is #ADF3E2. Grayscale: #222222. Windows color (decimal): -11400163 or 1903698. OLE color: 1903698.

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

Color convert

RGB 82 12 29 -
CMYK 0 0.85 0.65 0.68
HSL 345.43º 0.74% 0.18% -
HSV(B) 345.43º 0.85% 0.32% -
XYZ 3.83 2.15 1.37 -
YUV 34.87 124.69 161.62 -
System Red Green Blue C M Y K H S L
Decimal 82 12 29 0 0.85 0.65 0.68 345.43 0.74 0.18
Hex 52 C 1D 0 55 41 44 159 4A 12
Octal 122 14 35 0 125 101 104 531 112 22
Binary 1010010 1100 11101 0 1010101 1000001 1000100 101011001 1001010 10010

Color Harmonies of #520C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520C1D

Black with #520C1D

Text Example


Text Example

White with #520C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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