#7A2F3D

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

Shades of Paprika #7A2F3D

Tints of Paprika #7A2F3D

Color information

#7A2F3D (or 0x7A2F3D) is unknown color: approx Paprika. HEX triplet: 7A, 2F and 3D. RGB value is (122,47,61). Sum of RGB (Red+Green+Blue) = 122+47+61=230 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.04% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2F3D is #85D0C2. Grayscale: #474747. Windows color (decimal): -8769731 or 4009850. OLE color: 4009850.

HSL color Cylindrical-coordinate representation of color #7A2F3D: hue angle of 348.8º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A2F3D is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB1224761-
CMYK00.610.500.52
HSL348.8º44.38%33.14%-
HSV(B)348.8º61.48%47.84%-
XYZ9.886.515.15-
YUV71.02122.35164.36-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 53.04%
GREEN value IS 47 (18.75% from 255) = 20.43%
BLUE value IS 61 (24.22% from 255) = 26.52%
R=53.04%
G=20.43%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122476100.610.500.52348.844.3833.14
Hex7A2F3D03D323415d2c21
Octal172577507562645355441
Binary11110101011111111010111101110010110100101011101101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,47,61); }

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

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

 a { background-color: rgb(122,47,61); }

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

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

 span { border-color: rgb(122,47,61); }

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