Html Css Color HEX #492225 Bulgarian Rose

📋 copy color: '#492225'

red 73 ◦ green 34 ◦ blue 37

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

Shades of Bulgarian Rose #492225

Tints of Bulgarian Rose #492225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 25.69%

R = 50.69%
G = 23.61%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#492225 (or 0x492225) is known color: Bulgarian Rose. HEX triplet: 49, 22 and 25. RGB value is (73,34,37). Sum of RGB (Red+Green+Blue) = 73+34+37=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #492225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492225 is #B6DDDA. Grayscale: #2E2E2E. Windows color (decimal): -11984347 or 2433609. OLE color: 2433609.

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

Color convert

RGB 73 34 37 -
CMYK 0 0.53 0.49 0.71
HSL 355.38º 0.36% 0.21% -
HSV(B) 355.38º 0.53% 0.29% -
XYZ 3.65 2.69 2.08 -
YUV 46 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 73 34 37 0 0.53 0.49 0.71 355.38 0.36 0.21
Hex 49 22 25 0 35 31 47 163 24 15
Octal 111 42 45 0 65 61 107 543 44 25
Binary 1001001 100010 100101 0 110101 110001 1000111 101100011 100100 10101

Color Harmonies of #492225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492225

Black with #492225

Text Example


Text Example

White with #492225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492225; }

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

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

background-color css

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

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

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

border-color css

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

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

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