Html Css Color HEX #49272C Bulgarian Rose

📋 copy color: '#49272C'

red 73 ◦ green 39 ◦ blue 44

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

Shades of Bulgarian Rose #49272C

Tints of Bulgarian Rose #49272C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25%

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

R = 46.79%
G = 25%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#49272C (or 0x49272C) is known color: Bulgarian Rose. HEX triplet: 49, 27 and 2C. RGB value is (73,39,44). Sum of RGB (Red+Green+Blue) = 73+39+44=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #49272C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49272C is #B6D8D3. Grayscale: #313131. Windows color (decimal): -11983060 or 2893641. OLE color: 2893641.

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

Color convert

RGB 73 39 44 -
CMYK 0 0.47 0.40 0.71
HSL 351.18º 0.3% 0.22% -
HSV(B) 351.18º 0.47% 0.29% -
XYZ 3.93 3.05 2.76 -
YUV 49.74 124.76 144.59 -
System Red Green Blue C M Y K H S L
Decimal 73 39 44 0 0.47 0.40 0.71 351.18 0.3 0.22
Hex 49 27 2C 0 2F 28 47 15F 1E 16
Octal 111 47 54 0 57 50 107 537 36 26
Binary 1001001 100111 101100 0 101111 101000 1000111 101011111 11110 10110

Color Harmonies of #49272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49272C

Black with #49272C

Text Example


Text Example

White with #49272C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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