Html Css Color HEX #520615 Bordeaux

📋 copy color: '#520615'

red 82 ◦ green 6 ◦ blue 21

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

Shades of Bordeaux #520615

Tints of Bordeaux #520615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.5%

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

R = 75.23%
G = 5.5%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#520615 (or 0x520615) is known color: Bordeaux. HEX triplet: 52, 06 and 15. RGB value is (82,6,21). Sum of RGB (Red+Green+Blue) = 82+6+21=109 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.23% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 82 - color contains mainly: red. Hex color #520615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520615 is #ADF9EA. Grayscale: #1E1E1E. Windows color (decimal): -11401707 or 1377874. OLE color: 1377874.

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

Color convert

RGB 82 6 21 -
CMYK 0 0.93 0.74 0.68
HSL 348.16º 0.86% 0.17% -
HSV(B) 348.16º 0.93% 0.32% -
XYZ 3.68 1.98 0.9 -
YUV 30.43 122.68 164.78 -
System Red Green Blue C M Y K H S L
Decimal 82 6 21 0 0.93 0.74 0.68 348.16 0.86 0.17
Hex 52 6 15 0 5D 4A 44 15C 56 11
Octal 122 6 25 0 135 112 104 534 126 21
Binary 1010010 110 10101 0 1011101 1001010 1000100 101011100 1010110 10001

Color Harmonies of #520615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520615

Black with #520615

Text Example


Text Example

White with #520615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520615; }

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

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

background-color css

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

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

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

border-color css

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

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

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