#752C36

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

Shades of Paprika #752C36

Tints of Paprika #752C36

Color information

#752C36 (or 0x752C36) is unknown color: approx Paprika. HEX triplet: 75, 2C and 36. RGB value is (117,44,54). Sum of RGB (Red+Green+Blue) = 117+44+54=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #752C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C36 is #8AD3C9. Grayscale: #434343. Windows color (decimal): -9098186 or 3550325. OLE color: 3550325.

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

Color convert

RGB1174454-
CMYK00.620.540.54
HSL351.78º45.34%31.57%-
HSV(B)351.78º62.39%45.88%-
XYZ8.95.854.15-
YUV66.97120.68163.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.42%
GREEN value IS 44 (17.58% from 255) = 20.47%
BLUE value IS 54 (21.48% from 255) = 25.12%
R=54.42%
G=20.47%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117445400.620.540.54351.7845.3431.57
Hex752C3603E36361602d20
Octal165546607666665405540
Binary11101011011001101100111110110110110110101100000101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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