#752C38

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

Shades of Paprika #752C38

Tints of Paprika #752C38

Color information

#752C38 (or 0x752C38) is unknown color: approx Paprika. HEX triplet: 75, 2C and 38. RGB value is (117,44,56). Sum of RGB (Red+Green+Blue) = 117+44+56=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #752C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C38 is #8AD3C7. Grayscale: #434343. Windows color (decimal): -9098184 or 3681397. OLE color: 3681397.

HSL color Cylindrical-coordinate representation of color #752C38: hue angle of 350.14º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #752C38 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB1174456-
CMYK00.620.520.54
HSL350.14º45.34%31.57%-
HSV(B)350.14º62.39%45.88%-
XYZ8.955.874.4-
YUV67.19121.68163.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.92%
GREEN value IS 44 (17.58% from 255) = 20.28%
BLUE value IS 56 (22.27% from 255) = 25.81%
R=53.92%
G=20.28%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117445600.620.520.54350.1445.3431.57
Hex752C3803E343615e2d20
Octal165547007664665365540
Binary11101011011001110000111110110100110110101011110101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752C38; }

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

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

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

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

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

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

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

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