Html Css Color HEX #492932 Black Rose

📋 copy color: '#492932'

red 73 ◦ green 41 ◦ blue 50

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

Shades of Black Rose #492932

Tints of Black Rose #492932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25%

 BLUE value IS 50 (19.92% from 255) = 30.49%

R = 44.51%
G = 25%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#492932 (or 0x492932) is known color: Black Rose. HEX triplet: 49, 29 and 32. RGB value is (73,41,50). Sum of RGB (Red+Green+Blue) = 73+41+50=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #492932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492932 is #B6D6CD. Grayscale: #333333. Windows color (decimal): -11982542 or 3287369. OLE color: 3287369.

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

Color convert

RGB 73 41 50 -
CMYK 0 0.44 0.32 0.71
HSL 343.13º 0.28% 0.22% -
HSV(B) 343.13º 0.44% 0.29% -
XYZ 4.12 3.23 3.42 -
YUV 51.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 73 41 50 0 0.44 0.32 0.71 343.13 0.28 0.22
Hex 49 29 32 0 2C 20 47 157 1C 16
Octal 111 51 62 0 54 40 107 527 34 26
Binary 1001001 101001 110010 0 101100 100000 1000111 101010111 11100 10110

Color Harmonies of #492932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492932

Black with #492932

Text Example


Text Example

White with #492932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492932; }

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

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

background-color css

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

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

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

border-color css

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

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

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