#7b2e3f

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

Shades of Paprika #7B2E3F

Tints of Paprika #7B2E3F

Color information

#7B2E3F (or 0x7B2E3F) is unknown color: approx Paprika. HEX triplet: 7B, 2E and 3F. RGB value is (123,46,63). Sum of RGB (Red+Green+Blue) = 123+46+63=232 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.02% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2E3F is #84D1C0. Grayscale: #464646. Windows color (decimal): -8704449 or 4140667. OLE color: 4140667.

HSL color Cylindrical-coordinate representation of color #7B2E3F: hue angle of 346.75º 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 #7B2E3F is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB1234663-
CMYK00.630.490.52
HSL346.75º45.56%33.14%-
HSV(B)346.75º62.6%48.24%-
XYZ10.046.525.43-
YUV70.96123.51165.12-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 53.02%
GREEN value IS 46 (18.36% from 255) = 19.83%
BLUE value IS 63 (25% from 255) = 27.16%
R=53.02%
G=19.83%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123466300.630.490.52346.7545.5633.14
Hex7B2E3F03F313415b2e21
Octal173567707761645335641
Binary11110111011101111110111111110001110100101011011101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b2e3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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