#762938

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

Shades of Paprika #762938

Tints of Paprika #762938

Color information

#762938 (or 0x762938) is unknown color: approx Paprika. HEX triplet: 76, 29 and 38. RGB value is (118,41,56). Sum of RGB (Red+Green+Blue) = 118+41+56=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #762938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762938 is #89D6C7. Grayscale: #414141. Windows color (decimal): -9033416 or 3680630. OLE color: 3680630.

HSL color Cylindrical-coordinate representation of color #762938: hue angle of 348.31º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #762938 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB1184156-
CMYK00.650.530.54
HSL348.31º48.43%31.18%-
HSV(B)348.31º65.25%46.27%-
XYZ8.985.724.37-
YUV65.73122.51165.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.88%
GREEN value IS 41 (16.41% from 255) = 19.07%
BLUE value IS 56 (22.27% from 255) = 26.05%
R=54.88%
G=19.07%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118415600.650.530.54348.3148.4331.18
Hex762938041353615c301f
Octal1665170010165665346037
Binary11101101010011110000100000111010111011010101110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762938; }

 p { color: rgb(118,41,56); }

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

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

 a { background-color: rgb(118,41,56); }

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

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

 span { border-color: rgb(118,41,56); }

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