Html Css Color HEX #541E2F Black Rose

📋 copy color: '#541E2F'

red 84 ◦ green 30 ◦ blue 47

#541E2F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Rose #541E2F

Tints of Black Rose #541E2F

RGB

 RED value IS 84 (33.2% from 255) = 52.17%

 GREEN value IS 30 (12.11% from 255) = 18.63%

 BLUE value IS 47 (18.75% from 255) = 29.19%

R = 52.17%
G = 18.63%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#541E2F (or 0x541E2F) is known color: Black Rose. HEX triplet: 54, 1E and 2F. RGB value is (84,30,47). Sum of RGB (Red+Green+Blue) = 84+30+47=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #541E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541E2F is #ABE1D0. Grayscale: #303030. Windows color (decimal): -11264465 or 3087956. OLE color: 3087956.

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

Color convert

RGB 84 30 47 -
CMYK 0 0.64 0.44 0.67
HSL 341.11º 0.47% 0.22% -
HSV(B) 341.11º 0.64% 0.33% -
XYZ 4.63 3.02 3.03 -
YUV 48.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 84 30 47 0 0.64 0.44 0.67 341.11 0.47 0.22
Hex 54 1E 2F 0 40 2C 43 155 2F 16
Octal 124 36 57 0 100 54 103 525 57 26
Binary 1010100 11110 101111 0 1000000 101100 1000011 101010101 101111 10110

Color Harmonies of #541E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541E2F

Black with #541E2F

Text Example


Text Example

White with #541E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #541E2F;
 }
 .AnyTagClassName
 {
   color: #541E2F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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