#7B253D

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

Shades of Paprika #7B253D

Tints of Paprika #7B253D

Color information

#7B253D (or 0x7B253D) is unknown color: approx Paprika. HEX triplet: 7B, 25 and 3D. RGB value is (123,37,61). Sum of RGB (Red+Green+Blue) = 123+37+61=221 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.66% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 123 - color contains mainly: red. Hex color #7B253D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B253D is #84DAC2. Grayscale: #414141. Windows color (decimal): -8706755 or 4007291. OLE color: 4007291.

HSL color Cylindrical-coordinate representation of color #7B253D: hue angle of 343.26º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B253D is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB1233761-
CMYK00.700.500.52
HSL343.26º53.75%31.37%-
HSV(B)343.26º69.92%48.24%-
XYZ9.675.875.04-
YUV65.45125.49169.05-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 55.66%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 61 (24.22% from 255) = 27.60%
R=55.66%
G=16.74%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123376100.700.500.52343.2653.7531.37
Hex7B253D0463234157361f
Octal1734575010662645276637
Binary11110111001011111010100011011001011010010101011111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B253D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,37,61); }

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

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

 a { background-color: rgb(123,37,61); }

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

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

 span { border-color: rgb(123,37,61); }

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