Html Css Color HEX #520C23 Bordeaux

📋 copy color: '#520C23'

red 82 ◦ green 12 ◦ blue 35

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

Shades of Bordeaux #520C23

Tints of Bordeaux #520C23

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.3%

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

R = 63.57%
G = 9.3%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#520C23 (or 0x520C23) is known color: Bordeaux. HEX triplet: 52, 0C and 23. RGB value is (82,12,35). Sum of RGB (Red+Green+Blue) = 82+12+35=129 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.57% from 129); Green value is 12 (5.08% from 255 or 9.30% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 82 - color contains mainly: red. Hex color #520C23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520C23 is #ADF3DC. Grayscale: #232323. Windows color (decimal): -11400157 or 2296914. OLE color: 2296914.

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

Color convert

RGB 82 12 35 -
CMYK 0 0.85 0.57 0.68
HSL 340.29º 0.74% 0.18% -
HSV(B) 340.29º 0.85% 0.32% -
XYZ 3.91 2.18 1.8 -
YUV 35.55 127.69 161.13 -
System Red Green Blue C M Y K H S L
Decimal 82 12 35 0 0.85 0.57 0.68 340.29 0.74 0.18
Hex 52 C 23 0 55 39 44 154 4A 12
Octal 122 14 43 0 125 71 104 524 112 22
Binary 1010010 1100 100011 0 1010101 111001 1000100 101010100 1001010 10010

Color Harmonies of #520C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520C23

Black with #520C23

Text Example


Text Example

White with #520C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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