#782A35

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

Shades of Paprika #782A35

Tints of Paprika #782A35

Color information

#782A35 (or 0x782A35) is unknown color: approx Paprika. HEX triplet: 78, 2A and 35. RGB value is (120,42,53). Sum of RGB (Red+Green+Blue) = 120+42+53=215 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.81% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 120 - color contains mainly: red. Hex color #782A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782A35 is #87D5CA. Grayscale: #424242. Windows color (decimal): -8902091 or 3484280. OLE color: 3484280.

HSL color Cylindrical-coordinate representation of color #782A35: hue angle of 351.54º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #782A35 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB1204253-
CMYK00.650.560.53
HSL351.54º48.15%31.76%-
HSV(B)351.54º65%47.06%-
XYZ9.225.914.02-
YUV66.58120.34166.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.81%
GREEN value IS 42 (16.80% from 255) = 19.53%
BLUE value IS 53 (21.09% from 255) = 24.65%
R=55.81%
G=19.53%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120425300.650.560.53351.5448.1531.76
Hex782A3504138351603020
Octal1705265010170655406040
Binary111100010101011010101000001111000110101101100000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782A35; }

 p { color: rgb(120,42,53); }

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

<style>
 a { background-color: #782A35; }

 a { background-color: rgb(120,42,53); }

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

<style>
 span { border-color: #782A35; }

 span { border-color: rgb(120,42,53); }

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