Html Css Color HEX #492429 Bulgarian Rose

📋 copy color: '#492429'

red 73 ◦ green 36 ◦ blue 41

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

Shades of Bulgarian Rose #492429

Tints of Bulgarian Rose #492429

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24%

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

R = 48.67%
G = 24%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#492429 (or 0x492429) is known color: Bulgarian Rose. HEX triplet: 49, 24 and 29. RGB value is (73,36,41). Sum of RGB (Red+Green+Blue) = 73+36+41=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #492429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492429 is #B6DBD6. Grayscale: #2F2F2F. Windows color (decimal): -11983831 or 2696265. OLE color: 2696265.

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

Color convert

RGB 73 36 41 -
CMYK 0 0.51 0.44 0.71
HSL 351.89º 0.34% 0.21% -
HSV(B) 351.89º 0.51% 0.29% -
XYZ 3.78 2.84 2.45 -
YUV 47.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 73 36 41 0 0.51 0.44 0.71 351.89 0.34 0.21
Hex 49 24 29 0 33 2C 47 160 22 15
Octal 111 44 51 0 63 54 107 540 42 25
Binary 1001001 100100 101001 0 110011 101100 1000111 101100000 100010 10101

Color Harmonies of #492429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492429

Black with #492429

Text Example


Text Example

White with #492429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492429; }

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

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

background-color css

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

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

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

border-color css

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

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

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