Html Css Color HEX #520415 Bordeaux

📋 copy color: '#520415'

red 82 ◦ green 4 ◦ blue 21

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

Shades of Bordeaux #520415

Tints of Bordeaux #520415

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.74%

 BLUE value IS 21 (8.59% from 255) = 19.63%

R = 76.64%
G = 3.74%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#520415 (or 0x520415) is known color: Bordeaux. HEX triplet: 52, 04 and 15. RGB value is (82,4,21). Sum of RGB (Red+Green+Blue) = 82+4+21=107 (14% of max value = 765). Red value is 82 (32.42% from 255 or 76.64% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 82 - color contains mainly: red. Hex color #520415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520415 is #ADFBEA. Grayscale: #1D1D1D. Windows color (decimal): -11402219 or 1377362. OLE color: 1377362.

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

Color convert

RGB 82 4 21 -
CMYK 0 0.95 0.74 0.68
HSL 346.92º 0.91% 0.17% -
HSV(B) 346.92º 0.95% 0.32% -
XYZ 3.66 1.93 0.89 -
YUV 29.26 123.34 165.62 -
System Red Green Blue C M Y K H S L
Decimal 82 4 21 0 0.95 0.74 0.68 346.92 0.91 0.17
Hex 52 4 15 0 5F 4A 44 15B 5B 11
Octal 122 4 25 0 137 112 104 533 133 21
Binary 1010010 100 10101 0 1011111 1001010 1000100 101011011 1011011 10001

Color Harmonies of #520415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520415

Black with #520415

Text Example


Text Example

White with #520415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520415; }

 p { color: rgb(82,4,21); }

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

background-color css

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

 a { background-color: rgb(82,4,21); }

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

border-color css

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

 span { border-color: rgb(82,4,21); }

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