#84313E

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

Shades of Paprika #84313E

Tints of Paprika #84313E

Color information

#84313E (or 0x84313E) is unknown color: approx Paprika. HEX triplet: 84, 31 and 3E. RGB value is (132,49,62). Sum of RGB (Red+Green+Blue) = 132+49+62=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #84313E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84313E is #7BCEC1. Grayscale: #4B4B4B. Windows color (decimal): -8113858 or 4075908. OLE color: 4075908.

HSL color Cylindrical-coordinate representation of color #84313E: hue angle of 350.6º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84313E is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB1324962-
CMYK00.630.530.48
HSL350.6º45.86%35.49%-
HSV(B)350.6º62.88%51.76%-
XYZ11.487.455.39-
YUV75.3120.5168.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.32%
GREEN value IS 49 (19.53% from 255) = 20.16%
BLUE value IS 62 (24.61% from 255) = 25.51%
R=54.32%
G=20.16%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132496200.630.530.48350.645.8635.49
Hex84313E03F353015f2e23
Octal204617607765605375643
Binary100001001100011111100111111110101110000101011111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84313E; }

 p { color: rgb(132,49,62); }

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

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

 a { background-color: rgb(132,49,62); }

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

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

 span { border-color: rgb(132,49,62); }

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