#762A36

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

Shades of Paprika #762A36

Tints of Paprika #762A36

Color information

#762A36 (or 0x762A36) is unknown color: approx Paprika. HEX triplet: 76, 2A and 36. RGB value is (118,42,54). Sum of RGB (Red+Green+Blue) = 118+42+54=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #762A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762A36 is #89D5C9. Grayscale: #424242. Windows color (decimal): -9033162 or 3549814. OLE color: 3549814.

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

Color convert

RGB1184254-
CMYK00.640.540.54
HSL350.53º47.5%31.37%-
HSV(B)350.53º64.41%46.27%-
XYZ8.975.774.13-
YUV66.09121.18165.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.14%
GREEN value IS 42 (16.80% from 255) = 19.63%
BLUE value IS 54 (21.48% from 255) = 25.23%
R=55.14%
G=19.63%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118425400.640.540.54350.5347.531.37
Hex762A36040363615f301f
Octal1665266010066665376037
Binary11101101010101101100100000011011011011010101111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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