#52222A

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

Shades of Bordeaux #52222A

Tints of Bordeaux #52222A

Color information

#52222A (or 0x52222A) is unknown color: approx Bordeaux. HEX triplet: 52, 22 and 2A. RGB value is (82,34,42). Sum of RGB (Red+Green+Blue) = 82+34+42=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #52222A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52222A is #ADDDD5. Grayscale: #313131. Windows color (decimal): -11394518 or 2761298. OLE color: 2761298.

HSL color Cylindrical-coordinate representation of color #52222A: hue angle of 350º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52222A is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB823442-
CMYK00.590.490.68
HSL350º41.38%22.75%-
HSV(B)350º58.54%32.16%-
XYZ4.473.112.55-
YUV49.26123.9151.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.90%
GREEN value IS 34 (13.67% from 255) = 21.52%
BLUE value IS 42 (16.80% from 255) = 26.58%
R=51.90%
G=21.52%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82344200.590.490.6835041.3822.75
Hex52222A03B314415e2917
Octal1224252073611045365127
Binary10100101000101010100111011110001100010010101111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52222A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52222A; }

 p { color: rgb(82,34,42); }

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

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

 a { background-color: rgb(82,34,42); }

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

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

 span { border-color: rgb(82,34,42); }

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