Html Css Color HEX #520B13 Bordeaux

📋 copy color: '#520B13'

red 82 ◦ green 11 ◦ blue 19

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

Shades of Bordeaux #520B13

Tints of Bordeaux #520B13

RGB

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

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

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

R = 73.21%
G = 9.82%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#520B13 (or 0x520B13) is known color: Bordeaux. HEX triplet: 52, 0B and 13. RGB value is (82,11,19). Sum of RGB (Red+Green+Blue) = 82+11+19=112 (14% of max value = 765). Red value is 82 (32.42% from 255 or 73.21% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 82 - color contains mainly: red. Hex color #520B13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520B13 is #ADF4EC. Grayscale: #212121. Windows color (decimal): -11400429 or 1248082. OLE color: 1248082.

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

Color convert

RGB 82 11 19 -
CMYK 0 0.87 0.77 0.68
HSL 353.24º 0.76% 0.18% -
HSV(B) 353.24º 0.87% 0.32% -
XYZ 3.72 2.08 0.82 -
YUV 33.14 120.02 162.85 -
System Red Green Blue C M Y K H S L
Decimal 82 11 19 0 0.87 0.77 0.68 353.24 0.76 0.18
Hex 52 B 13 0 57 4D 44 161 4C 12
Octal 122 13 23 0 127 115 104 541 114 22
Binary 1010010 1011 10011 0 1010111 1001101 1000100 101100001 1001100 10010

Color Harmonies of #520B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520B13

Black with #520B13

Text Example


Text Example

White with #520B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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