#52222E

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

Shades of Black Rose #52222E

Tints of Black Rose #52222E

Color information

#52222E (or 0x52222E) is unknown color: approx Black Rose. HEX triplet: 52, 22 and 2E. RGB value is (82,34,46). Sum of RGB (Red+Green+Blue) = 82+34+46=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #52222E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52222E is #ADDDD1. Grayscale: #313131. Windows color (decimal): -11394514 or 3023442. OLE color: 3023442.

HSL color Cylindrical-coordinate representation of color #52222E: hue angle of 345º 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 #52222E is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB823446-
CMYK00.590.440.68
HSL345º41.38%22.75%-
HSV(B)345º58.54%32.16%-
XYZ4.543.142.95-
YUV49.72125.9151.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.62%
GREEN value IS 34 (13.67% from 255) = 20.99%
BLUE value IS 46 (18.36% from 255) = 28.40%
R=50.62%
G=20.99%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82344600.590.440.6834541.3822.75
Hex52222E03B2C441592917
Octal1224256073541045315127
Binary10100101000101011100111011101100100010010101100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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