Html Css Color HEX #492022 Bulgarian Rose

📋 copy color: '#492022'

red 73 ◦ green 32 ◦ blue 34

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

Shades of Bulgarian Rose #492022

Tints of Bulgarian Rose #492022

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.02%

 BLUE value IS 34 (13.67% from 255) = 24.46%

R = 52.52%
G = 23.02%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#492022 (or 0x492022) is known color: Bulgarian Rose. HEX triplet: 49, 20 and 22. RGB value is (73,32,34). Sum of RGB (Red+Green+Blue) = 73+32+34=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #492022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492022 is #B6DFDD. Grayscale: #2C2C2C. Windows color (decimal): -11984862 or 2236489. OLE color: 2236489.

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

Color convert

RGB 73 32 34 -
CMYK 0 0.56 0.53 0.71
HSL 357.07º 0.39% 0.21% -
HSV(B) 357.07º 0.56% 0.29% -
XYZ 3.55 2.56 1.82 -
YUV 44.49 122.08 148.34 -
System Red Green Blue C M Y K H S L
Decimal 73 32 34 0 0.56 0.53 0.71 357.07 0.39 0.21
Hex 49 20 22 0 38 35 47 165 27 15
Octal 111 40 42 0 70 65 107 545 47 25
Binary 1001001 100000 100010 0 111000 110101 1000111 101100101 100111 10101

Color Harmonies of #492022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492022

Black with #492022

Text Example


Text Example

White with #492022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492022; }

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

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

background-color css

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

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

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

border-color css

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

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

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