Html Css Color HEX #521119 Bordeaux

📋 copy color: '#521119'

red 82 ◦ green 17 ◦ blue 25

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

Shades of Bordeaux #521119

Tints of Bordeaux #521119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.71%

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

R = 66.13%
G = 13.71%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#521119 (or 0x521119) is known color: Bordeaux. HEX triplet: 52, 11 and 19. RGB value is (82,17,25). Sum of RGB (Red+Green+Blue) = 82+17+25=124 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.13% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 82 - color contains mainly: red. Hex color #521119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521119 is #ADEEE6. Grayscale: #252525. Windows color (decimal): -11398887 or 1642834. OLE color: 1642834.

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

Color convert

RGB 82 17 25 -
CMYK 0 0.79 0.70 0.68
HSL 352.62º 0.66% 0.19% -
HSV(B) 352.62º 0.79% 0.32% -
XYZ 3.86 2.26 1.15 -
YUV 37.35 121.03 159.85 -
System Red Green Blue C M Y K H S L
Decimal 82 17 25 0 0.79 0.70 0.68 352.62 0.66 0.19
Hex 52 11 19 0 4F 46 44 161 42 13
Octal 122 21 31 0 117 106 104 541 102 23
Binary 1010010 10001 11001 0 1001111 1000110 1000100 101100001 1000010 10011

Color Harmonies of #521119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521119

Black with #521119

Text Example


Text Example

White with #521119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521119; }

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

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

background-color css

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

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

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

border-color css

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

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

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