#752937

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

Shades of Paprika #752937

Tints of Paprika #752937

Color information

#752937 (or 0x752937) is unknown color: approx Paprika. HEX triplet: 75, 29 and 37. RGB value is (117,41,55). Sum of RGB (Red+Green+Blue) = 117+41+55=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #752937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752937 is #8AD6C8. Grayscale: #414141. Windows color (decimal): -9098953 or 3615093. OLE color: 3615093.

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

Color convert

RGB1174155-
CMYK00.650.530.54
HSL348.95º48.1%30.98%-
HSV(B)348.95º64.96%45.88%-
XYZ8.825.644.24-
YUV65.32122.18164.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.93%
GREEN value IS 41 (16.41% from 255) = 19.25%
BLUE value IS 55 (21.88% from 255) = 25.82%
R=54.93%
G=19.25%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117415500.650.530.54348.9548.130.98
Hex752937041353615d301f
Octal1655167010165665356037
Binary11101011010011101110100000111010111011010101110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752937; }

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

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

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

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

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

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

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

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