#752C3C

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

Shades of Paprika #752C3C

Tints of Paprika #752C3C

Color information

#752C3C (or 0x752C3C) is unknown color: approx Paprika. HEX triplet: 75, 2C and 3C. RGB value is (117,44,60). Sum of RGB (Red+Green+Blue) = 117+44+60=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #752C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C3C is #8AD3C3. Grayscale: #434343. Windows color (decimal): -9098180 or 3943541. OLE color: 3943541.

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

Color convert

RGB1174460-
CMYK00.620.490.54
HSL346.85º45.34%31.57%-
HSV(B)346.85º62.39%45.88%-
XYZ9.055.914.94-
YUV67.65123.68163.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.94%
GREEN value IS 44 (17.58% from 255) = 19.91%
BLUE value IS 60 (23.83% from 255) = 27.15%
R=52.94%
G=19.91%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117446000.620.490.54346.8545.3431.57
Hex752C3C03E313615b2d20
Octal165547407661665335540
Binary11101011011001111000111110110001110110101011011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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