Html Css Color HEX #492226 Bulgarian Rose

📋 copy color: '#492226'

red 73 ◦ green 34 ◦ blue 38

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

Shades of Bulgarian Rose #492226

Tints of Bulgarian Rose #492226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 26.21%

R = 50.34%
G = 23.45%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#492226 (or 0x492226) is known color: Bulgarian Rose. HEX triplet: 49, 22 and 26. RGB value is (73,34,38). Sum of RGB (Red+Green+Blue) = 73+34+38=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #492226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492226 is #B6DDD9. Grayscale: #2E2E2E. Windows color (decimal): -11984346 or 2499145. OLE color: 2499145.

HSL color Cylindrical-coordinate representation of color #492226: hue angle of 353.85º 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 #492226 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 34 38 -
CMYK 0 0.53 0.48 0.71
HSL 353.85º 0.36% 0.21% -
HSV(B) 353.85º 0.53% 0.29% -
XYZ 3.67 2.7 2.16 -
YUV 46.12 123.42 147.17 -
System Red Green Blue C M Y K H S L
Decimal 73 34 38 0 0.53 0.48 0.71 353.85 0.36 0.21
Hex 49 22 26 0 35 30 47 162 24 15
Octal 111 42 46 0 65 60 107 542 44 25
Binary 1001001 100010 100110 0 110101 110000 1000111 101100010 100100 10101

Color Harmonies of #492226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492226

Black with #492226

Text Example


Text Example

White with #492226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492226; }

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

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

background-color css

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

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

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

border-color css

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

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

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