Html Css Color HEX #492224 Bulgarian Rose

📋 copy color: '#492224'

red 73 ◦ green 34 ◦ blue 36

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

Shades of Bulgarian Rose #492224

Tints of Bulgarian Rose #492224

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.78%

 BLUE value IS 36 (14.45% from 255) = 25.17%

R = 51.05%
G = 23.78%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#492224 (or 0x492224) is known color: Bulgarian Rose. HEX triplet: 49, 22 and 24. RGB value is (73,34,36). Sum of RGB (Red+Green+Blue) = 73+34+36=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #492224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492224 is #B6DDDB. Grayscale: #2D2D2D. Windows color (decimal): -11984348 or 2368073. OLE color: 2368073.

HSL color Cylindrical-coordinate representation of color #492224: hue angle of 356.92º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #492224 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 34 36 -
CMYK 0 0.53 0.51 0.71
HSL 356.92º 0.36% 0.21% -
HSV(B) 356.92º 0.53% 0.29% -
XYZ 3.64 2.69 2 -
YUV 45.89 122.42 147.34 -
System Red Green Blue C M Y K H S L
Decimal 73 34 36 0 0.53 0.51 0.71 356.92 0.36 0.21
Hex 49 22 24 0 35 33 47 165 24 15
Octal 111 42 44 0 65 63 107 545 44 25
Binary 1001001 100010 100100 0 110101 110011 1000111 101100101 100100 10101

Color Harmonies of #492224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492224

Black with #492224

Text Example


Text Example

White with #492224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492224; }

 p { color: rgb(73,34,36); }

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

background-color css

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

 a { background-color: rgb(73,34,36); }

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

border-color css

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

 span { border-color: rgb(73,34,36); }

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