Html Css Color HEX #520B1C Bordeaux

📋 copy color: '#520B1C'

red 82 ◦ green 11 ◦ blue 28

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

Shades of Bordeaux #520B1C

Tints of Bordeaux #520B1C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.09%

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

R = 67.77%
G = 9.09%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#520B1C (or 0x520B1C) is known color: Bordeaux. HEX triplet: 52, 0B and 1C. RGB value is (82,11,28). Sum of RGB (Red+Green+Blue) = 82+11+28=121 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.77% from 121); Green value is 11 (4.69% from 255 or 9.09% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 82 - color contains mainly: red. Hex color #520B1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520B1C is #ADF4E3. Grayscale: #222222. Windows color (decimal): -11400420 or 1837906. OLE color: 1837906.

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

Color convert

RGB 82 11 28 -
CMYK 0 0.87 0.66 0.68
HSL 345.63º 0.76% 0.18% -
HSV(B) 345.63º 0.87% 0.32% -
XYZ 3.81 2.12 1.31 -
YUV 34.17 124.52 162.12 -
System Red Green Blue C M Y K H S L
Decimal 82 11 28 0 0.87 0.66 0.68 345.63 0.76 0.18
Hex 52 B 1C 0 57 42 44 15A 4C 12
Octal 122 13 34 0 127 102 104 532 114 22
Binary 1010010 1011 11100 0 1010111 1000010 1000100 101011010 1001100 10010

Color Harmonies of #520B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520B1C

Black with #520B1C

Text Example


Text Example

White with #520B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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