#772933

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

Shades of Paprika #772933

Tints of Paprika #772933

Color information

#772933 (or 0x772933) is unknown color: approx Paprika. HEX triplet: 77, 29 and 33. RGB value is (119,41,51). Sum of RGB (Red+Green+Blue) = 119+41+51=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #772933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772933 is #88D6CC. Grayscale: #414141. Windows color (decimal): -8967885 or 3352951. OLE color: 3352951.

HSL color Cylindrical-coordinate representation of color #772933: hue angle of 352.31º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #772933 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB1194151-
CMYK00.660.570.53
HSL352.31º48.75%31.37%-
HSV(B)352.31º65.55%46.67%-
XYZ95.753.77-
YUV65.46119.84166.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.40%
GREEN value IS 41 (16.41% from 255) = 19.43%
BLUE value IS 51 (20.31% from 255) = 24.17%
R=56.40%
G=19.43%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119415100.660.570.53352.3148.7531.37
Hex7729330423935160311f
Octal1675163010271655406137
Binary11101111010011100110100001011100111010110110000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772933; }

 p { color: rgb(119,41,51); }

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

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

 a { background-color: rgb(119,41,51); }

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

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

 span { border-color: rgb(119,41,51); }

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