#752835

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

Shades of Paprika #752835

Tints of Paprika #752835

Color information

#752835 (or 0x752835) is unknown color: approx Paprika. HEX triplet: 75, 28 and 35. RGB value is (117,40,53). Sum of RGB (Red+Green+Blue) = 117+40+53=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #752835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752835 is #8AD7CA. Grayscale: #404040. Windows color (decimal): -9099211 or 3483765. OLE color: 3483765.

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

Color convert

RGB1174053-
CMYK00.660.550.54
HSL349.87º49.04%30.78%-
HSV(B)349.87º65.81%45.88%-
XYZ8.745.563.98-
YUV64.5121.51165.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.71%
GREEN value IS 40 (16.02% from 255) = 19.05%
BLUE value IS 53 (21.09% from 255) = 25.24%
R=55.71%
G=19.05%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117405300.660.550.54349.8749.0430.78
Hex752835042373615e311f
Octal1655065010267665366137
Binary11101011010001101010100001011011111011010101111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752835; }

 p { color: rgb(117,40,53); }

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

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

 a { background-color: rgb(117,40,53); }

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

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

 span { border-color: rgb(117,40,53); }

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