#7B2A3F

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

Shades of Paprika #7B2A3F

Tints of Paprika #7B2A3F

Color information

#7B2A3F (or 0x7B2A3F) is unknown color: approx Paprika. HEX triplet: 7B, 2A and 3F. RGB value is (123,42,63). Sum of RGB (Red+Green+Blue) = 123+42+63=228 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.95% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2A3F is #84D5C0. Grayscale: #444444. Windows color (decimal): -8705473 or 4139643. OLE color: 4139643.

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

Color convert

RGB1234263-
CMYK00.660.490.52
HSL344.44º49.09%32.35%-
HSV(B)344.44º65.85%48.24%-
XYZ9.896.235.38-
YUV68.61124.84166.79-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 53.95%
GREEN value IS 42 (16.80% from 255) = 18.42%
BLUE value IS 63 (25% from 255) = 27.63%
R=53.95%
G=18.42%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123426300.660.490.52344.4449.0932.35
Hex7B2A3F04231341583120
Octal1735277010261645306140
Binary111101110101011111101000010110001110100101011000110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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