Html Css Color HEX #541D30 Black Rose

📋 copy color: '#541D30'

red 84 ◦ green 29 ◦ blue 48

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

Shades of Black Rose #541D30

Tints of Black Rose #541D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 29.81%

R = 52.17%
G = 18.01%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#541D30 (or 0x541D30) is known color: Black Rose. HEX triplet: 54, 1D and 30. RGB value is (84,29,48). Sum of RGB (Red+Green+Blue) = 84+29+48=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #541D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D30 is #ABE2CF. Grayscale: #2F2F2F. Windows color (decimal): -11264720 or 3153236. OLE color: 3153236.

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

Color convert

RGB 84 29 48 -
CMYK 0 0.65 0.43 0.67
HSL 339.27º 0.49% 0.22% -
HSV(B) 339.27º 0.65% 0.33% -
XYZ 4.63 2.98 3.13 -
YUV 47.61 128.22 153.96 -
System Red Green Blue C M Y K H S L
Decimal 84 29 48 0 0.65 0.43 0.67 339.27 0.49 0.22
Hex 54 1D 30 0 41 2B 43 153 31 16
Octal 124 35 60 0 101 53 103 523 61 26
Binary 1010100 11101 110000 0 1000001 101011 1000011 101010011 110001 10110

Color Harmonies of #541D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541D30

Black with #541D30

Text Example


Text Example

White with #541D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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