Html Css Color HEX #542937 Black Rose

📋 copy color: '#542937'

red 84 ◦ green 41 ◦ blue 55

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

Shades of Black Rose #542937

Tints of Black Rose #542937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.78%

 BLUE value IS 55 (21.88% from 255) = 30.56%

R = 46.67%
G = 22.78%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#542937 (or 0x542937) is known color: Black Rose. HEX triplet: 54, 29 and 37. RGB value is (84,41,55). Sum of RGB (Red+Green+Blue) = 84+41+55=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 55 (21.88% from 255 or 30.56% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #542937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542937 is #ABD6C8. Grayscale: #373737. Windows color (decimal): -11261641 or 3615060. OLE color: 3615060.

HSL color Cylindrical-coordinate representation of color #542937: hue angle of 340.47º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #542937 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 41 55 -
CMYK 0 0.51 0.35 0.67
HSL 340.47º 0.34% 0.25% -
HSV(B) 340.47º 0.51% 0.33% -
XYZ 5.14 3.75 4.07 -
YUV 55.45 127.75 148.36 -
System Red Green Blue C M Y K H S L
Decimal 84 41 55 0 0.51 0.35 0.67 340.47 0.34 0.25
Hex 54 29 37 0 33 23 43 154 22 19
Octal 124 51 67 0 63 43 103 524 42 31
Binary 1010100 101001 110111 0 110011 100011 1000011 101010100 100010 11001

Color Harmonies of #542937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542937

Black with #542937

Text Example


Text Example

White with #542937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542937; }

 p { color: rgb(84,41,55); }

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

background-color css

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

 a { background-color: rgb(84,41,55); }

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

border-color css

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

 span { border-color: rgb(84,41,55); }

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