Html Css Color HEX #520E23 Bordeaux

📋 copy color: '#520E23'

red 82 ◦ green 14 ◦ blue 35

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

Shades of Bordeaux #520E23

Tints of Bordeaux #520E23

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.69%

 BLUE value IS 35 (14.06% from 255) = 26.72%

R = 62.6%
G = 10.69%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#520E23 (or 0x520E23) is known color: Bordeaux. HEX triplet: 52, 0E and 23. RGB value is (82,14,35). Sum of RGB (Red+Green+Blue) = 82+14+35=131 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.60% from 131); Green value is 14 (5.86% from 255 or 10.69% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 82 - color contains mainly: red. Hex color #520E23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520E23 is #ADF1DC. Grayscale: #242424. Windows color (decimal): -11399645 or 2297426. OLE color: 2297426.

HSL color Cylindrical-coordinate representation of color #520E23: hue angle of 341.47º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #520E23 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 14 35 -
CMYK 0 0.83 0.57 0.68
HSL 341.47º 0.71% 0.19% -
HSV(B) 341.47º 0.83% 0.32% -
XYZ 3.94 2.23 1.81 -
YUV 36.73 127.03 160.29 -
System Red Green Blue C M Y K H S L
Decimal 82 14 35 0 0.83 0.57 0.68 341.47 0.71 0.19
Hex 52 E 23 0 53 39 44 155 47 13
Octal 122 16 43 0 123 71 104 525 107 23
Binary 1010010 1110 100011 0 1010011 111001 1000100 101010101 1000111 10011

Color Harmonies of #520E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520E23

Black with #520E23

Text Example


Text Example

White with #520E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520E23; }

 p { color: rgb(82,14,35); }

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

background-color css

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

 a { background-color: rgb(82,14,35); }

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

border-color css

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

 span { border-color: rgb(82,14,35); }

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