Html Css Color HEX #542834 Black Rose

📋 copy color: '#542834'

red 84 ◦ green 40 ◦ blue 52

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

Shades of Black Rose #542834

Tints of Black Rose #542834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.73%

 BLUE value IS 52 (20.7% from 255) = 29.55%

R = 47.73%
G = 22.73%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#542834 (or 0x542834) is known color: Black Rose. HEX triplet: 54, 28 and 34. RGB value is (84,40,52). Sum of RGB (Red+Green+Blue) = 84+40+52=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #542834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542834 is #ABD7CB. Grayscale: #363636. Windows color (decimal): -11261900 or 3418196. OLE color: 3418196.

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

Color convert

RGB 84 40 52 -
CMYK 0 0.52 0.38 0.67
HSL 343.64º 0.35% 0.24% -
HSV(B) 343.64º 0.52% 0.33% -
XYZ 5.03 3.65 3.69 -
YUV 54.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 84 40 52 0 0.52 0.38 0.67 343.64 0.35 0.24
Hex 54 28 34 0 34 26 43 158 23 18
Octal 124 50 64 0 64 46 103 530 43 30
Binary 1010100 101000 110100 0 110100 100110 1000011 101011000 100011 11000

Color Harmonies of #542834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542834

Black with #542834

Text Example


Text Example

White with #542834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542834; }

 p { color: rgb(84,40,52); }

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

background-color css

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

 a { background-color: rgb(84,40,52); }

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

border-color css

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

 span { border-color: rgb(84,40,52); }

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