Html Css Color HEX #541D33 Black Rose

📋 copy color: '#541D33'

red 84 ◦ green 29 ◦ blue 51

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

Shades of Black Rose #541D33

Tints of Black Rose #541D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 31.1%

R = 51.22%
G = 17.68%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#541D33 (or 0x541D33) is known color: Black Rose. HEX triplet: 54, 1D and 33. RGB value is (84,29,51). Sum of RGB (Red+Green+Blue) = 84+29+51=164 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.22% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 84 - color contains mainly: red. Hex color #541D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D33 is #ABE2CC. Grayscale: #2F2F2F. Windows color (decimal): -11264717 or 3349844. OLE color: 3349844.

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

Color convert

RGB 84 29 51 -
CMYK 0 0.65 0.39 0.67
HSL 336º 0.49% 0.22% -
HSV(B) 336º 0.65% 0.33% -
XYZ 4.69 3 3.46 -
YUV 47.95 129.72 153.71 -
System Red Green Blue C M Y K H S L
Decimal 84 29 51 0 0.65 0.39 0.67 336 0.49 0.22
Hex 54 1D 33 0 41 27 43 150 31 16
Octal 124 35 63 0 101 47 103 520 61 26
Binary 1010100 11101 110011 0 1000001 100111 1000011 101010000 110001 10110

Color Harmonies of #541D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541D33

Black with #541D33

Text Example


Text Example

White with #541D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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