#762A3A

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

Shades of Paprika #762A3A

Tints of Paprika #762A3A

Color information

#762A3A (or 0x762A3A) is unknown color: approx Paprika. HEX triplet: 76, 2A and 3A. RGB value is (118,42,58). Sum of RGB (Red+Green+Blue) = 118+42+58=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #762A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762A3A is #89D5C5. Grayscale: #424242. Windows color (decimal): -9033158 or 3811958. OLE color: 3811958.

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

Color convert

RGB1184258-
CMYK00.640.510.54
HSL347.37º47.5%31.37%-
HSV(B)347.37º64.41%46.27%-
XYZ9.065.814.65-
YUV66.55123.18164.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.13%
GREEN value IS 42 (16.80% from 255) = 19.27%
BLUE value IS 58 (23.05% from 255) = 26.61%
R=54.13%
G=19.27%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118425800.640.510.54347.3747.531.37
Hex762A3A040333615b301f
Octal1665272010063665336037
Binary11101101010101110100100000011001111011010101101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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