#54253A

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

Shades of Black Rose #54253A

Tints of Black Rose #54253A

Color information

#54253A (or 0x54253A) is unknown color: approx Black Rose. HEX triplet: 54, 25 and 3A. RGB value is (84,37,58). Sum of RGB (Red+Green+Blue) = 84+37+58=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 84 - color contains mainly: red. Hex color #54253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54253A is #ABDAC5. Grayscale: #353535. Windows color (decimal): -11262662 or 3810644. OLE color: 3810644.

HSL color Cylindrical-coordinate representation of color #54253A: hue angle of 333.19º 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 #54253A is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB843758-
CMYK00.560.310.67
HSL333.19º38.84%23.73%-
HSV(B)333.19º55.95%32.94%-
XYZ5.083.514.41-
YUV53.45130.57149.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.93%
GREEN value IS 37 (14.84% from 255) = 20.67%
BLUE value IS 58 (23.05% from 255) = 32.40%
R=46.93%
G=20.67%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84375800.560.310.67333.1938.8423.73
Hex54253A0381F4314d2718
Octal1244572070371035154730
Binary1010100100101111010011100011111100001110100110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54253A; }

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

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

<style>
 a { background-color: #54253A; }

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

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

<style>
 span { border-color: #54253A; }

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

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