Html Css Color HEX #49232A Bulgarian Rose

📋 copy color: '#49232A'

red 73 ◦ green 35 ◦ blue 42

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

Shades of Bulgarian Rose #49232A

Tints of Bulgarian Rose #49232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.33%

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

R = 48.67%
G = 23.33%
B = 28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#49232A (or 0x49232A) is known color: Bulgarian Rose. HEX triplet: 49, 23 and 2A. RGB value is (73,35,42). Sum of RGB (Red+Green+Blue) = 73+35+42=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #49232A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49232A is #B6DCD5. Grayscale: #2F2F2F. Windows color (decimal): -11984086 or 2761545. OLE color: 2761545.

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

Color convert

RGB 73 35 42 -
CMYK 0 0.52 0.42 0.71
HSL 348.95º 0.35% 0.21% -
HSV(B) 348.95º 0.52% 0.29% -
XYZ 3.77 2.79 2.53 -
YUV 47.16 125.09 146.43 -
System Red Green Blue C M Y K H S L
Decimal 73 35 42 0 0.52 0.42 0.71 348.95 0.35 0.21
Hex 49 23 2A 0 34 2A 47 15D 23 15
Octal 111 43 52 0 64 52 107 535 43 25
Binary 1001001 100011 101010 0 110100 101010 1000111 101011101 100011 10101

Color Harmonies of #49232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49232A

Black with #49232A

Text Example


Text Example

White with #49232A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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