Html Css Color HEX #541D2F Black Rose

📋 copy color: '#541D2F'

red 84 ◦ green 29 ◦ blue 47

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

Shades of Black Rose #541D2F

Tints of Black Rose #541D2F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.13%

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

R = 52.5%
G = 18.13%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#541D2F (or 0x541D2F) is known color: Black Rose. HEX triplet: 54, 1D and 2F. RGB value is (84,29,47). Sum of RGB (Red+Green+Blue) = 84+29+47=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 29 (11.72% from 255 or 18.12% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #541D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D2F is #ABE2D0. Grayscale: #2F2F2F. Windows color (decimal): -11264721 or 3087700. OLE color: 3087700.

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

Color convert

RGB 84 29 47 -
CMYK 0 0.65 0.44 0.67
HSL 340.36º 0.49% 0.22% -
HSV(B) 340.36º 0.65% 0.33% -
XYZ 4.61 2.97 3.02 -
YUV 47.5 127.72 154.04 -
System Red Green Blue C M Y K H S L
Decimal 84 29 47 0 0.65 0.44 0.67 340.36 0.49 0.22
Hex 54 1D 2F 0 41 2C 43 154 31 16
Octal 124 35 57 0 101 54 103 524 61 26
Binary 1010100 11101 101111 0 1000001 101100 1000011 101010100 110001 10110

Color Harmonies of #541D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541D2F

Black with #541D2F

Text Example


Text Example

White with #541D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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