#752A35

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

Shades of Paprika #752A35

Tints of Paprika #752A35

Color information

#752A35 (or 0x752A35) is unknown color: approx Paprika. HEX triplet: 75, 2A and 35. RGB value is (117,42,53). Sum of RGB (Red+Green+Blue) = 117+42+53=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #752A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752A35 is #8AD5CA. Grayscale: #414141. Windows color (decimal): -9098699 or 3484277. OLE color: 3484277.

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

Color convert

RGB1174253-
CMYK00.640.550.54
HSL351.2º47.17%31.18%-
HSV(B)351.2º64.1%45.88%-
XYZ8.815.694-
YUV65.68120.85164.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.19%
GREEN value IS 42 (16.80% from 255) = 19.81%
BLUE value IS 53 (21.09% from 255) = 25%
R=55.19%
G=19.81%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117425300.640.550.54351.247.1731.18
Hex752A35040373615f2f1f
Octal1655265010067665375737
Binary11101011010101101010100000011011111011010101111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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