Html Css Color HEX #49282A Bulgarian Rose

📋 copy color: '#49282A'

red 73 ◦ green 40 ◦ blue 42

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

Shades of Bulgarian Rose #49282A

Tints of Bulgarian Rose #49282A

RGB

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

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

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

R = 47.1%
G = 25.81%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#49282A (or 0x49282A) is known color: Bulgarian Rose. HEX triplet: 49, 28 and 2A. RGB value is (73,40,42). Sum of RGB (Red+Green+Blue) = 73+40+42=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #49282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49282A is #B6D7D5. Grayscale: #323232. Windows color (decimal): -11982806 or 2762825. OLE color: 2762825.

HSL color Cylindrical-coordinate representation of color #49282A: hue angle of 356.36º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49282A is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 40 42 -
CMYK 0 0.45 0.42 0.71
HSL 356.36º 0.29% 0.22% -
HSV(B) 356.36º 0.45% 0.29% -
XYZ 3.92 3.1 2.58 -
YUV 50.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 73 40 42 0 0.45 0.42 0.71 356.36 0.29 0.22
Hex 49 28 2A 0 2D 2A 47 164 1D 16
Octal 111 50 52 0 55 52 107 544 35 26
Binary 1001001 101000 101010 0 101101 101010 1000111 101100100 11101 10110

Color Harmonies of #49282A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49282A

Black with #49282A

Text Example


Text Example

White with #49282A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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