Html Css Color HEX #541B31 Black Rose

📋 copy color: '#541B31'

red 84 ◦ green 27 ◦ blue 49

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

Shades of Black Rose #541B31

Tints of Black Rose #541B31

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.88%

 BLUE value IS 49 (19.53% from 255) = 30.63%

R = 52.5%
G = 16.88%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#541B31 (or 0x541B31) is known color: Black Rose. HEX triplet: 54, 1B and 31. RGB value is (84,27,49). Sum of RGB (Red+Green+Blue) = 84+27+49=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 27 (10.94% from 255 or 16.88% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #541B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B31 is #ABE4CE. Grayscale: #2E2E2E. Windows color (decimal): -11265231 or 3218260. OLE color: 3218260.

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

Color convert

RGB 84 27 49 -
CMYK 0 0.68 0.42 0.67
HSL 336.84º 0.51% 0.22% -
HSV(B) 336.84º 0.68% 0.33% -
XYZ 4.6 2.89 3.22 -
YUV 46.55 129.38 154.71 -
System Red Green Blue C M Y K H S L
Decimal 84 27 49 0 0.68 0.42 0.67 336.84 0.51 0.22
Hex 54 1B 31 0 44 2A 43 151 33 16
Octal 124 33 61 0 104 52 103 521 63 26
Binary 1010100 11011 110001 0 1000100 101010 1000011 101010001 110011 10110

Color Harmonies of #541B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541B31

Black with #541B31

Text Example


Text Example

White with #541B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,27,49); }

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

background-color css

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

 a { background-color: rgb(84,27,49); }

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

border-color css

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

 span { border-color: rgb(84,27,49); }

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