Html Css Color HEX #520914 Bordeaux

📋 copy color: '#520914'

red 82 ◦ green 9 ◦ blue 20

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

Shades of Bordeaux #520914

Tints of Bordeaux #520914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.02%

R = 73.87%
G = 8.11%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.68

RGB Variations

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

Color information

#520914 (or 0x520914) is known color: Bordeaux. HEX triplet: 52, 09 and 14. RGB value is (82,9,20). Sum of RGB (Red+Green+Blue) = 82+9+20=111 (14% of max value = 765). Red value is 82 (32.42% from 255 or 73.87% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 82 - color contains mainly: red. Hex color #520914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520914 is #ADF6EB. Grayscale: #202020. Windows color (decimal): -11400940 or 1313106. OLE color: 1313106.

HSL color Cylindrical-coordinate representation of color #520914: hue angle of 350.96º 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 #520914 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 9 20 -
CMYK 0 0.89 0.76 0.68
HSL 350.96º 0.8% 0.18% -
HSV(B) 350.96º 0.89% 0.32% -
XYZ 3.7 2.04 0.86 -
YUV 32.08 121.18 163.61 -
System Red Green Blue C M Y K H S L
Decimal 82 9 20 0 0.89 0.76 0.68 350.96 0.8 0.18
Hex 52 9 14 0 59 4C 44 15F 50 12
Octal 122 11 24 0 131 114 104 537 120 22
Binary 1010010 1001 10100 0 1011001 1001100 1000100 101011111 1010000 10010

Color Harmonies of #520914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520914

Black with #520914

Text Example


Text Example

White with #520914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520914; }

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

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

background-color css

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

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

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

border-color css

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

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

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