Html Css Color HEX #520614 Bordeaux

📋 copy color: '#520614'

red 82 ◦ green 6 ◦ blue 20

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

Shades of Bordeaux #520614

Tints of Bordeaux #520614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.52%

R = 75.93%
G = 5.56%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.68

RGB Variations

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

Color information

#520614 (or 0x520614) is known color: Bordeaux. HEX triplet: 52, 06 and 14. RGB value is (82,6,20). Sum of RGB (Red+Green+Blue) = 82+6+20=108 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.93% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 82 - color contains mainly: red. Hex color #520614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520614 is #ADF9EB. Grayscale: #1E1E1E. Windows color (decimal): -11401708 or 1312338. OLE color: 1312338.

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

Color convert

RGB 82 6 20 -
CMYK 0 0.93 0.76 0.68
HSL 348.95º 0.86% 0.17% -
HSV(B) 348.95º 0.93% 0.32% -
XYZ 3.67 1.97 0.85 -
YUV 30.32 122.18 164.86 -
System Red Green Blue C M Y K H S L
Decimal 82 6 20 0 0.93 0.76 0.68 348.95 0.86 0.17
Hex 52 6 14 0 5D 4C 44 15D 56 11
Octal 122 6 24 0 135 114 104 535 126 21
Binary 1010010 110 10100 0 1011101 1001100 1000100 101011101 1010110 10001

Color Harmonies of #520614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520614

Black with #520614

Text Example


Text Example

White with #520614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520614; }

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

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

background-color css

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

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

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

border-color css

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

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

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