#752E3B

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

Shades of Paprika #752E3B

Tints of Paprika #752E3B

Color information

#752E3B (or 0x752E3B) is unknown color: approx Paprika. HEX triplet: 75, 2E and 3B. RGB value is (117,46,59). Sum of RGB (Red+Green+Blue) = 117+46+59=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #752E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E3B is #8AD1C4. Grayscale: #444444. Windows color (decimal): -9097669 or 3878517. OLE color: 3878517.

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

Color convert

RGB1174659-
CMYK00.610.500.54
HSL349.01º43.56%31.96%-
HSV(B)349.01º60.68%45.88%-
XYZ9.16.054.83-
YUV68.71122.52162.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.70%
GREEN value IS 46 (18.36% from 255) = 20.72%
BLUE value IS 59 (23.44% from 255) = 26.58%
R=52.70%
G=20.72%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117465900.610.500.54349.0143.5631.96
Hex752E3B03D323615d2c20
Octal165567307562665355440
Binary11101011011101110110111101110010110110101011101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,46,59); }

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

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

 a { background-color: rgb(117,46,59); }

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

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

 span { border-color: rgb(117,46,59); }

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