Html Css Color HEX #49272A Bulgarian Rose

📋 copy color: '#49272A'

red 73 ◦ green 39 ◦ blue 42

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

Shades of Bulgarian Rose #49272A

Tints of Bulgarian Rose #49272A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.27%

R = 47.4%
G = 25.32%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#49272A (or 0x49272A) is known color: Bulgarian Rose. HEX triplet: 49, 27 and 2A. RGB value is (73,39,42). Sum of RGB (Red+Green+Blue) = 73+39+42=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #49272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49272A is #B6D8D5. Grayscale: #313131. Windows color (decimal): -11983062 or 2762569. OLE color: 2762569.

HSL color Cylindrical-coordinate representation of color #49272A: hue angle of 354.71º 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 #49272A is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 39 42 -
CMYK 0 0.47 0.42 0.71
HSL 354.71º 0.3% 0.22% -
HSV(B) 354.71º 0.47% 0.29% -
XYZ 3.89 3.03 2.57 -
YUV 49.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 73 39 42 0 0.47 0.42 0.71 354.71 0.3 0.22
Hex 49 27 2A 0 2F 2A 47 163 1E 16
Octal 111 47 52 0 57 52 107 543 36 26
Binary 1001001 100111 101010 0 101111 101010 1000111 101100011 11110 10110

Color Harmonies of #49272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49272A

Black with #49272A

Text Example


Text Example

White with #49272A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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