#7B2835

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

Shades of Paprika #7B2835

Tints of Paprika #7B2835

Color information

#7B2835 (or 0x7B2835) is unknown color: approx Paprika. HEX triplet: 7B, 28 and 35. RGB value is (123,40,53). Sum of RGB (Red+Green+Blue) = 123+40+53=216 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.94% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2835 is #84D7CA. Grayscale: #424242. Windows color (decimal): -8705995 or 3483771. OLE color: 3483771.

HSL color Cylindrical-coordinate representation of color #7B2835: hue angle of 350.6º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B2835 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB1234053-
CMYK00.670.570.52
HSL350.6º50.92%31.96%-
HSV(B)350.6º67.48%48.24%-
XYZ9.575.994.02-
YUV66.3120.5168.44-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 56.94%
GREEN value IS 40 (16.02% from 255) = 18.52%
BLUE value IS 53 (21.09% from 255) = 24.54%
R=56.94%
G=18.52%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123405300.670.570.52350.650.9231.96
Hex7B2835043393415f3320
Octal1735065010371645376340
Binary111101110100011010101000011111001110100101011111110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,40,53); }

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

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

 a { background-color: rgb(123,40,53); }

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

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

 span { border-color: rgb(123,40,53); }

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