#521823

Color #521823 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #521823

Tints of Bordeaux #521823

Color information

#521823 (or 0x521823) is unknown color: approx Bordeaux. HEX triplet: 52, 18 and 23. RGB value is (82,24,35). Sum of RGB (Red+Green+Blue) = 82+24+35=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #521823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521823 is #ADE7DC. Grayscale: #2A2A2A. Windows color (decimal): -11397085 or 2299986. OLE color: 2299986.

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

Color convert

RGB822435-
CMYK00.710.570.68
HSL348.62º54.72%20.78%-
HSV(B)348.62º70.73%32.16%-
XYZ4.112.571.87-
YUV42.6123.72156.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 58.16%
GREEN value IS 24 (9.77% from 255) = 17.02%
BLUE value IS 35 (14.06% from 255) = 24.82%
R=58.16%
G=17.02%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82243500.710.570.68348.6254.7220.78
Hex521823047394415d3715
Octal12230430107711045356725
Binary10100101100010001101000111111001100010010101110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521823; }

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

 H1.HeaderClassName
 {
   color: #521823;
 }
 .AnyTagClassName
 {
   color: #521823;
 }
</style>
background-color css

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

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

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

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

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

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