Html Css Color HEX #520623 Bordeaux

📋 copy color: '#520623'

red 82 ◦ green 6 ◦ blue 35

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

Shades of Bordeaux #520623

Tints of Bordeaux #520623

RGB

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

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

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

R = 66.67%
G = 4.88%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#520623 (or 0x520623) is known color: Bordeaux. HEX triplet: 52, 06 and 23. RGB value is (82,6,35). Sum of RGB (Red+Green+Blue) = 82+6+35=123 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.67% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 82 - color contains mainly: red. Hex color #520623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520623 is #ADF9DC. Grayscale: #1F1F1F. Windows color (decimal): -11401693 or 2295378. OLE color: 2295378.

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

Color convert

RGB 82 6 35 -
CMYK 0 0.93 0.57 0.68
HSL 337.11º 0.86% 0.17% -
HSV(B) 337.11º 0.93% 0.32% -
XYZ 3.85 2.05 1.78 -
YUV 32.03 129.68 163.64 -
System Red Green Blue C M Y K H S L
Decimal 82 6 35 0 0.93 0.57 0.68 337.11 0.86 0.17
Hex 52 6 23 0 5D 39 44 151 56 11
Octal 122 6 43 0 135 71 104 521 126 21
Binary 1010010 110 100011 0 1011101 111001 1000100 101010001 1010110 10001

Color Harmonies of #520623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520623

Black with #520623

Text Example


Text Example

White with #520623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520623; }

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

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

background-color css

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

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

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

border-color css

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

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

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