Html Css Color HEX #49282B Bulgarian Rose

📋 copy color: '#49282B'

red 73 ◦ green 40 ◦ blue 43

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

Shades of Bulgarian Rose #49282B

Tints of Bulgarian Rose #49282B

RGB

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

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

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

R = 46.79%
G = 25.64%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#49282B (or 0x49282B) is known color: Bulgarian Rose. HEX triplet: 49, 28 and 2B. RGB value is (73,40,43). Sum of RGB (Red+Green+Blue) = 73+40+43=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #49282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49282B is #B6D7D4. Grayscale: #323232. Windows color (decimal): -11982805 or 2828361. OLE color: 2828361.

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

Color convert

RGB 73 40 43 -
CMYK 0 0.45 0.41 0.71
HSL 354.55º 0.29% 0.22% -
HSV(B) 354.55º 0.45% 0.29% -
XYZ 3.94 3.11 2.68 -
YUV 50.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 73 40 43 0 0.45 0.41 0.71 354.55 0.29 0.22
Hex 49 28 2B 0 2D 29 47 163 1D 16
Octal 111 50 53 0 55 51 107 543 35 26
Binary 1001001 101000 101011 0 101101 101001 1000111 101100011 11101 10110

Color Harmonies of #49282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49282B

Black with #49282B

Text Example


Text Example

White with #49282B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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