#54242E

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

Shades of Black Rose #54242E

Tints of Black Rose #54242E

Color information

#54242E (or 0x54242E) is unknown color: approx Black Rose. HEX triplet: 54, 24 and 2E. RGB value is (84,36,46). Sum of RGB (Red+Green+Blue) = 84+36+46=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #54242E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54242E is #ABDBD1. Grayscale: #333333. Windows color (decimal): -11262930 or 3023956. OLE color: 3023956.

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

Color convert

RGB843646-
CMYK00.570.450.67
HSL347.5º40%23.53%-
HSV(B)347.5º57.14%32.94%-
XYZ4.783.342.98-
YUV51.49124.9151.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.60%
GREEN value IS 36 (14.45% from 255) = 21.69%
BLUE value IS 46 (18.36% from 255) = 27.71%
R=50.60%
G=21.69%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84364600.570.450.67347.54023.53
Hex54242E0392D4315c2818
Octal1244456071551035345030
Binary10101001001001011100111001101101100001110101110010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,36,46); }

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

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

 a { background-color: rgb(84,36,46); }

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

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

 span { border-color: rgb(84,36,46); }

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