Html Css Color HEX #492B33 Wine Berry

📋 copy color: '#492B33'

red 73 ◦ green 43 ◦ blue 51

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

Shades of Wine Berry #492B33

Tints of Wine Berry #492B33

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.75%

 BLUE value IS 51 (20.31% from 255) = 30.54%

R = 43.71%
G = 25.75%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#492B33 (or 0x492B33) is known color: Wine Berry. HEX triplet: 49, 2B and 33. RGB value is (73,43,51). Sum of RGB (Red+Green+Blue) = 73+43+51=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 43 (17.19% from 255 or 25.75% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #492B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B33 is #B6D4CC. Grayscale: #343434. Windows color (decimal): -11982029 or 3353417. OLE color: 3353417.

HSL color Cylindrical-coordinate representation of color #492B33: hue angle of 344º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #492B33 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 43 51 -
CMYK 0 0.41 0.30 0.71
HSL 344º 0.26% 0.23% -
HSV(B) 344º 0.41% 0.29% -
XYZ 4.21 3.38 3.56 -
YUV 52.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 73 43 51 0 0.41 0.30 0.71 344 0.26 0.23
Hex 49 2B 33 0 29 1E 47 158 1A 17
Octal 111 53 63 0 51 36 107 530 32 27
Binary 1001001 101011 110011 0 101001 11110 1000111 101011000 11010 10111

Color Harmonies of #492B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B33

Black with #492B33

Text Example


Text Example

White with #492B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492B33; }

 p { color: rgb(73,43,51); }

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

background-color css

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

 a { background-color: rgb(73,43,51); }

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

border-color css

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

 span { border-color: rgb(73,43,51); }

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