Html Css Color HEX #520819 Bordeaux

📋 copy color: '#520819'

red 82 ◦ green 8 ◦ blue 25

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

Shades of Bordeaux #520819

Tints of Bordeaux #520819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 21.74%

R = 71.3%
G = 6.96%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#520819 (or 0x520819) is known color: Bordeaux. HEX triplet: 52, 08 and 19. RGB value is (82,8,25). Sum of RGB (Red+Green+Blue) = 82+8+25=115 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.30% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 82 - color contains mainly: red. Hex color #520819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520819 is #ADF7E6. Grayscale: #202020. Windows color (decimal): -11401191 or 1640530. OLE color: 1640530.

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

Color convert

RGB 82 8 25 -
CMYK 0 0.90 0.70 0.68
HSL 346.22º 0.82% 0.18% -
HSV(B) 346.22º 0.9% 0.32% -
XYZ 3.74 2.04 1.12 -
YUV 32.06 124.02 163.62 -
System Red Green Blue C M Y K H S L
Decimal 82 8 25 0 0.90 0.70 0.68 346.22 0.82 0.18
Hex 52 8 19 0 5A 46 44 15A 52 12
Octal 122 10 31 0 132 106 104 532 122 22
Binary 1010010 1000 11001 0 1011010 1000110 1000100 101011010 1010010 10010

Color Harmonies of #520819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520819

Black with #520819

Text Example


Text Example

White with #520819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520819; }

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

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

background-color css

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

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

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

border-color css

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

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

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