Html Css Color HEX #49242C Bulgarian Rose

📋 copy color: '#49242C'

red 73 ◦ green 36 ◦ blue 44

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

Shades of Bulgarian Rose #49242C

Tints of Bulgarian Rose #49242C

RGB

 RED value IS 73 (28.91% from 255) = 47.71%

 GREEN value IS 36 (14.45% from 255) = 23.53%

 BLUE value IS 44 (17.58% from 255) = 28.76%

R = 47.71%
G = 23.53%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#49242C (or 0x49242C) is known color: Bulgarian Rose. HEX triplet: 49, 24 and 2C. RGB value is (73,36,44). Sum of RGB (Red+Green+Blue) = 73+36+44=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #49242C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49242C is #B6DBD3. Grayscale: #2F2F2F. Windows color (decimal): -11983828 or 2892873. OLE color: 2892873.

HSL color Cylindrical-coordinate representation of color #49242C: hue angle of 347.03º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49242C is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 36 44 -
CMYK 0 0.51 0.40 0.71
HSL 347.03º 0.34% 0.21% -
HSV(B) 347.03º 0.51% 0.29% -
XYZ 3.83 2.86 2.73 -
YUV 47.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 73 36 44 0 0.51 0.40 0.71 347.03 0.34 0.21
Hex 49 24 2C 0 33 28 47 15B 22 15
Octal 111 44 54 0 63 50 107 533 42 25
Binary 1001001 100100 101100 0 110011 101000 1000111 101011011 100010 10101

Color Harmonies of #49242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49242C

Black with #49242C

Text Example


Text Example

White with #49242C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49242C; }

 p { color: rgb(73,36,44); }

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

background-color css

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

 a { background-color: rgb(73,36,44); }

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

border-color css

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

 span { border-color: rgb(73,36,44); }

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