Html Css Color HEX #520814 Bordeaux

📋 copy color: '#520814'

red 82 ◦ green 8 ◦ blue 20

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

Shades of Bordeaux #520814

Tints of Bordeaux #520814

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.27%

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

R = 74.55%
G = 7.27%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.68

RGB Variations

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

Color information

#520814 (or 0x520814) is known color: Bordeaux. HEX triplet: 52, 08 and 14. RGB value is (82,8,20). Sum of RGB (Red+Green+Blue) = 82+8+20=110 (14% of max value = 765). Red value is 82 (32.42% from 255 or 74.55% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 82 - color contains mainly: red. Hex color #520814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520814 is #ADF7EB. Grayscale: #1F1F1F. Windows color (decimal): -11401196 or 1312850. OLE color: 1312850.

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

Color convert

RGB 82 8 20 -
CMYK 0 0.90 0.76 0.68
HSL 350.27º 0.82% 0.18% -
HSV(B) 350.27º 0.9% 0.32% -
XYZ 3.69 2.02 0.86 -
YUV 31.49 121.52 164.02 -
System Red Green Blue C M Y K H S L
Decimal 82 8 20 0 0.90 0.76 0.68 350.27 0.82 0.18
Hex 52 8 14 0 5A 4C 44 15E 52 12
Octal 122 10 24 0 132 114 104 536 122 22
Binary 1010010 1000 10100 0 1011010 1001100 1000100 101011110 1010010 10010

Color Harmonies of #520814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520814

Black with #520814

Text Example


Text Example

White with #520814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520814; }

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

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

background-color css

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

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

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

border-color css

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

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

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