Html Css Color HEX #541D34 Black Rose

📋 copy color: '#541D34'

red 84 ◦ green 29 ◦ blue 52

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

Shades of Black Rose #541D34

Tints of Black Rose #541D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 31.52%

R = 50.91%
G = 17.58%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#541D34 (or 0x541D34) is known color: Black Rose. HEX triplet: 54, 1D and 34. RGB value is (84,29,52). Sum of RGB (Red+Green+Blue) = 84+29+52=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #541D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D34 is #ABE2CB. Grayscale: #303030. Windows color (decimal): -11264716 or 3415380. OLE color: 3415380.

HSL color Cylindrical-coordinate representation of color #541D34: hue angle of 334.91º 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 #541D34 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 29 52 -
CMYK 0 0.65 0.38 0.67
HSL 334.91º 0.49% 0.22% -
HSV(B) 334.91º 0.65% 0.33% -
XYZ 4.72 3.01 3.58 -
YUV 48.07 130.22 153.63 -
System Red Green Blue C M Y K H S L
Decimal 84 29 52 0 0.65 0.38 0.67 334.91 0.49 0.22
Hex 54 1D 34 0 41 26 43 14F 31 16
Octal 124 35 64 0 101 46 103 517 61 26
Binary 1010100 11101 110100 0 1000001 100110 1000011 101001111 110001 10110

Color Harmonies of #541D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541D34

Black with #541D34

Text Example


Text Example

White with #541D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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