#762935

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

Shades of Paprika #762935

Tints of Paprika #762935

Color information

#762935 (or 0x762935) is unknown color: approx Paprika. HEX triplet: 76, 29 and 35. RGB value is (118,41,53). Sum of RGB (Red+Green+Blue) = 118+41+53=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #762935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762935 is #89D6CA. Grayscale: #414141. Windows color (decimal): -9033419 or 3484022. OLE color: 3484022.

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

Color convert

RGB1184153-
CMYK00.650.550.54
HSL350.65º48.43%31.18%-
HSV(B)350.65º65.25%46.27%-
XYZ8.915.694-
YUV65.39121.01165.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.66%
GREEN value IS 41 (16.41% from 255) = 19.34%
BLUE value IS 53 (21.09% from 255) = 25%
R=55.66%
G=19.34%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118415300.650.550.54350.6548.4331.18
Hex762935041373615f301f
Octal1665165010167665376037
Binary11101101010011101010100000111011111011010101111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762935; }

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

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

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

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

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

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

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

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