Html Css Color HEX #520910 Bordeaux

📋 copy color: '#520910'

red 82 ◦ green 9 ◦ blue 16

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

Shades of Bordeaux #520910

Tints of Bordeaux #520910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.41%

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

R = 76.64%
G = 8.41%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#520910 (or 0x520910) is known color: Bordeaux. HEX triplet: 52, 09 and 10. RGB value is (82,9,16). Sum of RGB (Red+Green+Blue) = 82+9+16=107 (14% of max value = 765). Red value is 82 (32.42% from 255 or 76.64% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 82 - color contains mainly: red. Hex color #520910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520910 is #ADF6EF. Grayscale: #1F1F1F. Windows color (decimal): -11400944 or 1050962. OLE color: 1050962.

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

Color convert

RGB 82 9 16 -
CMYK 0 0.89 0.80 0.68
HSL 354.25º 0.8% 0.18% -
HSV(B) 354.25º 0.89% 0.32% -
XYZ 3.67 2.03 0.69 -
YUV 31.63 119.18 163.93 -
System Red Green Blue C M Y K H S L
Decimal 82 9 16 0 0.89 0.80 0.68 354.25 0.8 0.18
Hex 52 9 10 0 59 50 44 162 50 12
Octal 122 11 20 0 131 120 104 542 120 22
Binary 1010010 1001 10000 0 1011001 1010000 1000100 101100010 1010000 10010

Color Harmonies of #520910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520910

Black with #520910

Text Example


Text Example

White with #520910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520910; }

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

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

background-color css

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

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

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

border-color css

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

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

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