#84323C

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

Shades of Paprika #84323C

Tints of Paprika #84323C

Color information

#84323C (or 0x84323C) is unknown color: approx Paprika. HEX triplet: 84, 32 and 3C. RGB value is (132,50,60). Sum of RGB (Red+Green+Blue) = 132+50+60=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #84323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84323C is #7BCDC3. Grayscale: #4B4B4B. Windows color (decimal): -8113604 or 3945092. OLE color: 3945092.

HSL color Cylindrical-coordinate representation of color #84323C: hue angle of 352.68º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #84323C is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB1325060-
CMYK00.620.550.48
HSL352.68º45.05%35.69%-
HSV(B)352.68º62.12%51.76%-
XYZ11.477.515.12-
YUV75.66119.17168.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.55%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 60 (23.83% from 255) = 24.79%
R=54.55%
G=20.66%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132506000.620.550.48352.6845.0535.69
Hex84323C03E37301612d24
Octal204627407667605415544
Binary100001001100101111000111110110111110000101100001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84323C; }

 p { color: rgb(132,50,60); }

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

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

 a { background-color: rgb(132,50,60); }

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

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

 span { border-color: rgb(132,50,60); }

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