Html Css Color HEX #520710 Bordeaux

📋 copy color: '#520710'

red 82 ◦ green 7 ◦ blue 16

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

Shades of Bordeaux #520710

Tints of Bordeaux #520710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.67%

 BLUE value IS 16 (6.64% from 255) = 15.24%

R = 78.1%
G = 6.67%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#520710 (or 0x520710) is known color: Bordeaux. HEX triplet: 52, 07 and 10. RGB value is (82,7,16). Sum of RGB (Red+Green+Blue) = 82+7+16=105 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.10% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 82 - color contains mainly: red. Hex color #520710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520710 is #ADF8EF. Grayscale: #1E1E1E. Windows color (decimal): -11401456 or 1050450. OLE color: 1050450.

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

Color convert

RGB 82 7 16 -
CMYK 0 0.91 0.80 0.68
HSL 352.8º 0.84% 0.17% -
HSV(B) 352.8º 0.91% 0.32% -
XYZ 3.65 1.98 0.68 -
YUV 30.45 119.85 164.77 -
System Red Green Blue C M Y K H S L
Decimal 82 7 16 0 0.91 0.80 0.68 352.8 0.84 0.17
Hex 52 7 10 0 5B 50 44 161 54 11
Octal 122 7 20 0 133 120 104 541 124 21
Binary 1010010 111 10000 0 1011011 1010000 1000100 101100001 1010100 10001

Color Harmonies of #520710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520710

Black with #520710

Text Example


Text Example

White with #520710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520710; }

 p { color: rgb(82,7,16); }

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

background-color css

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

 a { background-color: rgb(82,7,16); }

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

border-color css

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

 span { border-color: rgb(82,7,16); }

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