Html Css Color HEX #520319 Bordeaux

📋 copy color: '#520319'

red 82 ◦ green 3 ◦ blue 25

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

Shades of Bordeaux #520319

Tints of Bordeaux #520319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.73%

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

R = 74.55%
G = 2.73%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#520319 (or 0x520319) is known color: Bordeaux. HEX triplet: 52, 03 and 19. RGB value is (82,3,25). Sum of RGB (Red+Green+Blue) = 82+3+25=110 (14% of max value = 765). Red value is 82 (32.42% from 255 or 74.55% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 82 - color contains mainly: red. Hex color #520319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520319 is #ADFCE6. Grayscale: #1D1D1D. Windows color (decimal): -11402471 or 1639250. OLE color: 1639250.

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

Color convert

RGB 82 3 25 -
CMYK 0 0.96 0.70 0.68
HSL 343.29º 0.93% 0.17% -
HSV(B) 343.29º 0.96% 0.32% -
XYZ 3.69 1.93 1.1 -
YUV 29.13 125.67 165.71 -
System Red Green Blue C M Y K H S L
Decimal 82 3 25 0 0.96 0.70 0.68 343.29 0.93 0.17
Hex 52 3 19 0 60 46 44 157 5D 11
Octal 122 3 31 0 140 106 104 527 135 21
Binary 1010010 11 11001 0 1100000 1000110 1000100 101010111 1011101 10001

Color Harmonies of #520319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520319

Black with #520319

Text Example


Text Example

White with #520319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520319; }

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

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

background-color css

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

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

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

border-color css

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

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

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