#54252D

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

Shades of Black Rose #54252D

Tints of Black Rose #54252D

Color information

#54252D (or 0x54252D) is unknown color: approx Black Rose. HEX triplet: 54, 25 and 2D. RGB value is (84,37,45). Sum of RGB (Red+Green+Blue) = 84+37+45=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #54252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54252D is #ABDAD2. Grayscale: #333333. Windows color (decimal): -11262675 or 2958676. OLE color: 2958676.

HSL color Cylindrical-coordinate representation of color #54252D: hue angle of 349.79º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54252D is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB843745-
CMYK00.560.460.67
HSL349.79º38.84%23.73%-
HSV(B)349.79º55.95%32.94%-
XYZ4.793.42.89-
YUV51.96124.07150.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.60%
GREEN value IS 37 (14.84% from 255) = 22.29%
BLUE value IS 45 (17.97% from 255) = 27.11%
R=50.60%
G=22.29%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84374500.560.460.67349.7938.8423.73
Hex54252D0382E4315e2718
Octal1244555070561035364730
Binary10101001001011011010111000101110100001110101111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54252D; }

 p { color: rgb(84,37,45); }

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

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

 a { background-color: rgb(84,37,45); }

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

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

 span { border-color: rgb(84,37,45); }

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