Html Css Color HEX #520913 Bordeaux

📋 copy color: '#520913'

red 82 ◦ green 9 ◦ blue 19

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

Shades of Bordeaux #520913

Tints of Bordeaux #520913

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.18%

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

R = 74.55%
G = 8.18%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#520913 (or 0x520913) is known color: Bordeaux. HEX triplet: 52, 09 and 13. RGB value is (82,9,19). Sum of RGB (Red+Green+Blue) = 82+9+19=110 (14% of max value = 765). Red value is 82 (32.42% from 255 or 74.55% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 82 - color contains mainly: red. Hex color #520913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520913 is #ADF6EC. Grayscale: #1F1F1F. Windows color (decimal): -11400941 or 1247570. OLE color: 1247570.

HSL color Cylindrical-coordinate representation of color #520913: hue angle of 351.78º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #520913 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 9 19 -
CMYK 0 0.89 0.77 0.68
HSL 351.78º 0.8% 0.18% -
HSV(B) 351.78º 0.89% 0.32% -
XYZ 3.69 2.04 0.81 -
YUV 31.97 120.68 163.69 -
System Red Green Blue C M Y K H S L
Decimal 82 9 19 0 0.89 0.77 0.68 351.78 0.8 0.18
Hex 52 9 13 0 59 4D 44 160 50 12
Octal 122 11 23 0 131 115 104 540 120 22
Binary 1010010 1001 10011 0 1011001 1001101 1000100 101100000 1010000 10010

Color Harmonies of #520913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520913

Black with #520913

Text Example


Text Example

White with #520913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520913; }

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

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

background-color css

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

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

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

border-color css

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

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

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