Html Css Color HEX #520219 Bordeaux

📋 copy color: '#520219'

red 82 ◦ green 2 ◦ blue 25

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

Shades of Bordeaux #520219

Tints of Bordeaux #520219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.83%

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

R = 75.23%
G = 1.83%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#520219 (or 0x520219) is known color: Bordeaux. HEX triplet: 52, 02 and 19. RGB value is (82,2,25). Sum of RGB (Red+Green+Blue) = 82+2+25=109 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.23% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 82 - color contains mainly: red. Hex color #520219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520219 is #ADFDE6. Grayscale: #1C1C1C. Windows color (decimal): -11402727 or 1638994. OLE color: 1638994.

HSL color Cylindrical-coordinate representation of color #520219: hue angle of 342.75º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520219 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 2 25 -
CMYK 0 0.98 0.70 0.68
HSL 342.75º 0.95% 0.16% -
HSV(B) 342.75º 0.98% 0.32% -
XYZ 3.68 1.91 1.09 -
YUV 28.54 126 166.13 -
System Red Green Blue C M Y K H S L
Decimal 82 2 25 0 0.98 0.70 0.68 342.75 0.95 0.16
Hex 52 2 19 0 62 46 44 157 5F 10
Octal 122 2 31 0 142 106 104 527 137 20
Binary 1010010 10 11001 0 1100010 1000110 1000100 101010111 1011111 10000

Color Harmonies of #520219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520219

Black with #520219

Text Example


Text Example

White with #520219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520219; }

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

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

background-color css

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

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

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

border-color css

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

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

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