#742937

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

Shades of Paprika #742937

Tints of Paprika #742937

Color information

#742937 (or 0x742937) is unknown color: approx Paprika. HEX triplet: 74, 29 and 37. RGB value is (116,41,55). Sum of RGB (Red+Green+Blue) = 116+41+55=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #742937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742937 is #8BD6C8. Grayscale: #414141. Windows color (decimal): -9164489 or 3615092. OLE color: 3615092.

HSL color Cylindrical-coordinate representation of color #742937: hue angle of 348.8º 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 #742937 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB1164155-
CMYK00.650.530.55
HSL348.8º47.77%30.78%-
HSV(B)348.8º64.66%45.49%-
XYZ8.685.574.23-
YUV65.02122.35164.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.72%
GREEN value IS 41 (16.41% from 255) = 19.34%
BLUE value IS 55 (21.88% from 255) = 25.94%
R=54.72%
G=19.34%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116415500.650.530.55348.847.7730.78
Hex742937041353715d301f
Octal1645167010165675356037
Binary11101001010011101110100000111010111011110101110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742937; }

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

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

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

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

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

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

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

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