Html Css Color HEX #49242B Bulgarian Rose

📋 copy color: '#49242B'

red 73 ◦ green 36 ◦ blue 43

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

Shades of Bulgarian Rose #49242B

Tints of Bulgarian Rose #49242B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.29%

R = 48.03%
G = 23.68%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#49242B (or 0x49242B) is known color: Bulgarian Rose. HEX triplet: 49, 24 and 2B. RGB value is (73,36,43). Sum of RGB (Red+Green+Blue) = 73+36+43=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #49242B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49242B is #B6DBD4. Grayscale: #2F2F2F. Windows color (decimal): -11983829 or 2827337. OLE color: 2827337.

HSL color Cylindrical-coordinate representation of color #49242B: hue angle of 348.65º 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 #49242B is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 36 43 -
CMYK 0 0.51 0.41 0.71
HSL 348.65º 0.34% 0.21% -
HSV(B) 348.65º 0.51% 0.29% -
XYZ 3.81 2.85 2.64 -
YUV 47.86 125.26 145.93 -
System Red Green Blue C M Y K H S L
Decimal 73 36 43 0 0.51 0.41 0.71 348.65 0.34 0.21
Hex 49 24 2B 0 33 29 47 15D 22 15
Octal 111 44 53 0 63 51 107 535 42 25
Binary 1001001 100100 101011 0 110011 101001 1000111 101011101 100010 10101

Color Harmonies of #49242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49242B

Black with #49242B

Text Example


Text Example

White with #49242B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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