Html Css Color HEX #520416 Bordeaux

📋 copy color: '#520416'

red 82 ◦ green 4 ◦ blue 22

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

Shades of Bordeaux #520416

Tints of Bordeaux #520416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 20.37%

R = 75.93%
G = 3.7%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#520416 (or 0x520416) is known color: Bordeaux. HEX triplet: 52, 04 and 16. RGB value is (82,4,22). Sum of RGB (Red+Green+Blue) = 82+4+22=108 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.93% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 22 (8.98% from 255 or 20.37% from 108); Max value from RGB is 82 - color contains mainly: red. Hex color #520416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520416 is #ADFBE9. Grayscale: #1D1D1D. Windows color (decimal): -11402218 or 1442898. OLE color: 1442898.

HSL color Cylindrical-coordinate representation of color #520416: hue angle of 346.15º 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 #520416 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 4 22 -
CMYK 0 0.95 0.73 0.68
HSL 346.15º 0.91% 0.17% -
HSV(B) 346.15º 0.95% 0.32% -
XYZ 3.67 1.94 0.94 -
YUV 29.37 123.84 165.54 -
System Red Green Blue C M Y K H S L
Decimal 82 4 22 0 0.95 0.73 0.68 346.15 0.91 0.17
Hex 52 4 16 0 5F 49 44 15A 5B 11
Octal 122 4 26 0 137 111 104 532 133 21
Binary 1010010 100 10110 0 1011111 1001001 1000100 101011010 1011011 10001

Color Harmonies of #520416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520416

Black with #520416

Text Example


Text Example

White with #520416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520416; }

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

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

background-color css

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

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

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

border-color css

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

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

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