#742935

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

Shades of Paprika #742935

Tints of Paprika #742935

Color information

#742935 (or 0x742935) is unknown color: approx Paprika. HEX triplet: 74, 29 and 35. RGB value is (116,41,53). Sum of RGB (Red+Green+Blue) = 116+41+53=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #742935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742935 is #8BD6CA. Grayscale: #404040. Windows color (decimal): -9164491 or 3484020. OLE color: 3484020.

HSL color Cylindrical-coordinate representation of color #742935: hue angle of 350.4º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #742935 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB1164153-
CMYK00.650.540.55
HSL350.4º47.77%30.78%-
HSV(B)350.4º64.66%45.49%-
XYZ8.645.563.99-
YUV64.79121.35164.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 55.24%
GREEN value IS 41 (16.41% from 255) = 19.52%
BLUE value IS 53 (21.09% from 255) = 25.24%
R=55.24%
G=19.52%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116415300.650.540.55350.447.7730.78
Hex742935041363715e301f
Octal1645165010166675366037
Binary11101001010011101010100000111011011011110101111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742935; }

 p { color: rgb(116,41,53); }

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

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

 a { background-color: rgb(116,41,53); }

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

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

 span { border-color: rgb(116,41,53); }

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