#54272F

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

Shades of Black Rose #54272F

Tints of Black Rose #54272F

Color information

#54272F (or 0x54272F) is unknown color: approx Black Rose. HEX triplet: 54, 27 and 2F. RGB value is (84,39,47). Sum of RGB (Red+Green+Blue) = 84+39+47=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #54272F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54272F is #ABD8D0. Grayscale: #353535. Windows color (decimal): -11262161 or 3090260. OLE color: 3090260.

HSL color Cylindrical-coordinate representation of color #54272F: hue angle of 349.33º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54272F is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB843947-
CMYK00.540.440.67
HSL349.33º36.59%24.12%-
HSV(B)349.33º53.57%32.94%-
XYZ4.893.543.11-
YUV53.37124.41149.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.41%
GREEN value IS 39 (15.62% from 255) = 22.94%
BLUE value IS 47 (18.75% from 255) = 27.65%
R=49.41%
G=22.94%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84394700.540.440.67349.3336.5924.12
Hex54272F0362C4315d2518
Octal1244757066541035354530
Binary10101001001111011110110110101100100001110101110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54272F; }

 p { color: rgb(84,39,47); }

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

<style>
 a { background-color: #54272F; }

 a { background-color: rgb(84,39,47); }

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

<style>
 span { border-color: #54272F; }

 span { border-color: rgb(84,39,47); }

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