#84323D

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

Shades of Paprika #84323D

Tints of Paprika #84323D

Color information

#84323D (or 0x84323D) is unknown color: approx Paprika. HEX triplet: 84, 32 and 3D. RGB value is (132,50,61). Sum of RGB (Red+Green+Blue) = 132+50+61=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #84323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84323D is #7BCDC2. Grayscale: #4B4B4B. Windows color (decimal): -8113603 or 4010628. OLE color: 4010628.

HSL color Cylindrical-coordinate representation of color #84323D: hue angle of 351.95º 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 #84323D is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB1325061-
CMYK00.620.540.48
HSL351.95º45.05%35.69%-
HSV(B)351.95º62.12%51.76%-
XYZ11.57.525.26-
YUV75.77119.67168.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.32%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 61 (24.22% from 255) = 25.10%
R=54.32%
G=20.58%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132506100.620.540.48351.9545.0535.69
Hex84323D03E36301602d24
Octal204627507666605405544
Binary100001001100101111010111110110110110000101100000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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