Html Css Color HEX #521219 Bordeaux

📋 copy color: '#521219'

red 82 ◦ green 18 ◦ blue 25

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

Shades of Bordeaux #521219

Tints of Bordeaux #521219

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.4%

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

R = 65.6%
G = 14.4%
B = 20%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#521219 (or 0x521219) is known color: Bordeaux. HEX triplet: 52, 12 and 19. RGB value is (82,18,25). Sum of RGB (Red+Green+Blue) = 82+18+25=125 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.6% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 82 - color contains mainly: red. Hex color #521219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521219 is #ADEDE6. Grayscale: #252525. Windows color (decimal): -11398631 or 1643090. OLE color: 1643090.

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

Color convert

RGB 82 18 25 -
CMYK 0 0.78 0.70 0.68
HSL 353.44º 0.64% 0.2% -
HSV(B) 353.44º 0.78% 0.32% -
XYZ 3.87 2.3 1.16 -
YUV 37.93 120.7 159.43 -
System Red Green Blue C M Y K H S L
Decimal 82 18 25 0 0.78 0.70 0.68 353.44 0.64 0.2
Hex 52 12 19 0 4E 46 44 161 40 14
Octal 122 22 31 0 116 106 104 541 100 24
Binary 1010010 10010 11001 0 1001110 1000110 1000100 101100001 1000000 10100

Color Harmonies of #521219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521219

Black with #521219

Text Example


Text Example

White with #521219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521219; }

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

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

background-color css

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

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

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

border-color css

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

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

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