#7A273E

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

Shades of Paprika #7A273E

Tints of Paprika #7A273E

Color information

#7A273E (or 0x7A273E) is unknown color: approx Paprika. HEX triplet: 7A, 27 and 3E. RGB value is (122,39,62). Sum of RGB (Red+Green+Blue) = 122+39+62=223 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.71% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 122 - color contains mainly: red. Hex color #7A273E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A273E is #85D8C1. Grayscale: #424242. Windows color (decimal): -8771778 or 4073338. OLE color: 4073338.

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

Color convert

RGB1223962-
CMYK00.680.490.52
HSL343.37º51.55%31.57%-
HSV(B)343.37º68.03%47.84%-
XYZ9.625.945.2-
YUV66.44125.5167.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 54.71%
GREEN value IS 39 (15.62% from 255) = 17.49%
BLUE value IS 62 (24.61% from 255) = 27.80%
R=54.71%
G=17.49%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122396200.680.490.52343.3751.5531.57
Hex7A273E04431341573420
Octal1724776010461645276440
Binary111101010011111111001000100110001110100101010111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A273E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,39,62); }

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

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

 a { background-color: rgb(122,39,62); }

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

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

 span { border-color: rgb(122,39,62); }

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