#7B2E33

Color #7B2E33 Paprika (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paprika #7B2E33

Tints of Paprika #7B2E33

Color information

#7B2E33 (or 0x7B2E33) is unknown color: approx Paprika. HEX triplet: 7B, 2E and 33. RGB value is (123,46,51). Sum of RGB (Red+Green+Blue) = 123+46+51=220 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.91% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2E33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2E33 is #84D1CC. Grayscale: #454545. Windows color (decimal): -8704461 or 3354235. OLE color: 3354235.

HSL color Cylindrical-coordinate representation of color #7B2E33: hue angle of 356.1º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B2E33 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB1234651-
CMYK00.630.590.52
HSL356.1º45.56%33.14%-
HSV(B)356.1º62.6%48.24%-
XYZ9.746.43.85-
YUV69.59117.51166.09-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 55.91%
GREEN value IS 46 (18.36% from 255) = 20.91%
BLUE value IS 51 (20.31% from 255) = 23.18%
R=55.91%
G=20.91%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123465100.630.590.52356.145.5633.14
Hex7B2E3303F3B341642e21
Octal173566307773645445641
Binary11110111011101100110111111111011110100101100100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B2E33; }

 p { color: rgb(123,46,51); }

 H1.HeaderClassName
 {
   color: #7B2E33;
 }
 .AnyTagClassName
 {
   color: #7B2E33;
 }
</style>
background-color css

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

 a { background-color: rgb(123,46,51); }

 div.DivClassName
 {
   background-color: #7B2E33;
 }
 .BgClassName
 {
   background-color: #7B2E33;
 }
</style>
border-color css

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

 span { border-color: rgb(123,46,51); }

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