#541A2F

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

Shades of Black Rose #541A2F

Tints of Black Rose #541A2F

Color information

#541A2F (or 0x541A2F) is unknown color: approx Black Rose. HEX triplet: 54, 1A and 2F. RGB value is (84,26,47). Sum of RGB (Red+Green+Blue) = 84+26+47=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #541A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541A2F is #ABE5D0. Grayscale: #2D2D2D. Windows color (decimal): -11265489 or 3086932. OLE color: 3086932.

HSL color Cylindrical-coordinate representation of color #541A2F: hue angle of 338.28º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #541A2F is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB842647-
CMYK00.690.440.67
HSL338.28º52.73%21.57%-
HSV(B)338.28º69.05%32.94%-
XYZ4.542.833-
YUV45.74128.72155.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.50%
GREEN value IS 26 (10.55% from 255) = 16.56%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=53.50%
G=16.56%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84264700.690.440.67338.2852.7321.57
Hex541A2F0452C431523516
Octal12432570105541035226526
Binary10101001101010111101000101101100100001110101001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541A2F; }

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

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

<style>
 a { background-color: #541A2F; }

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

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

<style>
 span { border-color: #541A2F; }

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

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