#53252E

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

Shades of Black Rose #53252E

Tints of Black Rose #53252E

Color information

#53252E (or 0x53252E) is unknown color: approx Black Rose. HEX triplet: 53, 25 and 2E. RGB value is (83,37,46). Sum of RGB (Red+Green+Blue) = 83+37+46=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #53252E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53252E is #ACDAD1. Grayscale: #333333. Windows color (decimal): -11328210 or 3024211. OLE color: 3024211.

HSL color Cylindrical-coordinate representation of color #53252E: hue angle of 348.26º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53252E is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB833746-
CMYK00.550.450.67
HSL348.26º38.33%23.53%-
HSV(B)348.26º55.42%32.55%-
XYZ4.723.362.98-
YUV51.78124.74150.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50%
GREEN value IS 37 (14.84% from 255) = 22.29%
BLUE value IS 46 (18.36% from 255) = 27.71%
R=50%
G=22.29%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83374600.550.450.67348.2638.3323.53
Hex53252E0372D4315c2618
Octal1234556067551035344630
Binary10100111001011011100110111101101100001110101110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,37,46); }

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

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

 a { background-color: rgb(83,37,46); }

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

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

 span { border-color: rgb(83,37,46); }

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