#752938

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

Shades of Paprika #752938

Tints of Paprika #752938

Color information

#752938 (or 0x752938) is unknown color: approx Paprika. HEX triplet: 75, 29 and 38. RGB value is (117,41,56). Sum of RGB (Red+Green+Blue) = 117+41+56=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 56 (22.27% from 255 or 26.17% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #752938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752938 is #8AD6C7. Grayscale: #414141. Windows color (decimal): -9098952 or 3680629. OLE color: 3680629.

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

Color convert

RGB1174156-
CMYK00.650.520.54
HSL348.16º48.1%30.98%-
HSV(B)348.16º64.96%45.88%-
XYZ8.845.654.37-
YUV65.43122.68164.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.67%
GREEN value IS 41 (16.41% from 255) = 19.16%
BLUE value IS 56 (22.27% from 255) = 26.17%
R=54.67%
G=19.16%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117415600.650.520.54348.1648.130.98
Hex752938041343615c301f
Octal1655170010164665346037
Binary11101011010011110000100000111010011011010101110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752938; }

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

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

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

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

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

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

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

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