#762A3B

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

Shades of Paprika #762A3B

Tints of Paprika #762A3B

Color information

#762A3B (or 0x762A3B) is unknown color: approx Paprika. HEX triplet: 76, 2A and 3B. RGB value is (118,42,59). Sum of RGB (Red+Green+Blue) = 118+42+59=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #762A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762A3B is #89D5C4. Grayscale: #424242. Windows color (decimal): -9033157 or 3877494. OLE color: 3877494.

HSL color Cylindrical-coordinate representation of color #762A3B: hue angle of 346.58º 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 #762A3B is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1184259-
CMYK00.640.500.54
HSL346.58º47.5%31.37%-
HSV(B)346.58º64.41%46.27%-
XYZ9.095.824.78-
YUV66.66123.68164.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.88%
GREEN value IS 42 (16.80% from 255) = 19.18%
BLUE value IS 59 (23.44% from 255) = 26.94%
R=53.88%
G=19.18%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118425900.640.500.54346.5847.531.37
Hex762A3B040323615b301f
Octal1665273010062665336037
Binary11101101010101110110100000011001011011010101101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762A3B; }

 p { color: rgb(118,42,59); }

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

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

 a { background-color: rgb(118,42,59); }

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

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

 span { border-color: rgb(118,42,59); }

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