Html Css Color HEX #492329 Bulgarian Rose

📋 copy color: '#492329'

red 73 ◦ green 35 ◦ blue 41

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

Shades of Bulgarian Rose #492329

Tints of Bulgarian Rose #492329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 27.52%

R = 48.99%
G = 23.49%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#492329 (or 0x492329) is known color: Bulgarian Rose. HEX triplet: 49, 23 and 29. RGB value is (73,35,41). Sum of RGB (Red+Green+Blue) = 73+35+41=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #492329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492329 is #B6DCD6. Grayscale: #2F2F2F. Windows color (decimal): -11984087 or 2696009. OLE color: 2696009.

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

Color convert

RGB 73 35 41 -
CMYK 0 0.52 0.44 0.71
HSL 350.53º 0.35% 0.21% -
HSV(B) 350.53º 0.52% 0.29% -
XYZ 3.75 2.78 2.44 -
YUV 47.05 124.59 146.51 -
System Red Green Blue C M Y K H S L
Decimal 73 35 41 0 0.52 0.44 0.71 350.53 0.35 0.21
Hex 49 23 29 0 34 2C 47 15F 23 15
Octal 111 43 51 0 64 54 107 537 43 25
Binary 1001001 100011 101001 0 110100 101100 1000111 101011111 100011 10101

Color Harmonies of #492329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492329

Black with #492329

Text Example


Text Example

White with #492329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492329; }

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

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

background-color css

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

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

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

border-color css

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

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

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