Html Css Color HEX #541B30 Black Rose

📋 copy color: '#541B30'

red 84 ◦ green 27 ◦ blue 48

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

Shades of Black Rose #541B30

Tints of Black Rose #541B30

RGB

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

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

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

R = 52.83%
G = 16.98%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#541B30 (or 0x541B30) is known color: Black Rose. HEX triplet: 54, 1B and 30. RGB value is (84,27,48). Sum of RGB (Red+Green+Blue) = 84+27+48=159 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.83% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 84 - color contains mainly: red. Hex color #541B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B30 is #ABE4CF. Grayscale: #2E2E2E. Windows color (decimal): -11265232 or 3152724. OLE color: 3152724.

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

Color convert

RGB 84 27 48 -
CMYK 0 0.68 0.43 0.67
HSL 337.89º 0.51% 0.22% -
HSV(B) 337.89º 0.68% 0.33% -
XYZ 4.58 2.88 3.11 -
YUV 46.44 128.88 154.79 -
System Red Green Blue C M Y K H S L
Decimal 84 27 48 0 0.68 0.43 0.67 337.89 0.51 0.22
Hex 54 1B 30 0 44 2B 43 152 33 16
Octal 124 33 60 0 104 53 103 522 63 26
Binary 1010100 11011 110000 0 1000100 101011 1000011 101010010 110011 10110

Color Harmonies of #541B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541B30

Black with #541B30

Text Example


Text Example

White with #541B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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