#84313C

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

Shades of Paprika #84313C

Tints of Paprika #84313C

Color information

#84313C (or 0x84313C) is unknown color: approx Paprika. HEX triplet: 84, 31 and 3C. RGB value is (132,49,60). Sum of RGB (Red+Green+Blue) = 132+49+60=241 (31% of max value = 765). Red value is 132 (51.95% from 255 or 54.77% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 132 - color contains mainly: red. Hex color #84313C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84313C is #7BCEC3. Grayscale: #4B4B4B. Windows color (decimal): -8113860 or 3944836. OLE color: 3944836.

HSL color Cylindrical-coordinate representation of color #84313C: hue angle of 352.05º 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 #84313C is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB1324960-
CMYK00.630.550.48
HSL352.05º45.86%35.49%-
HSV(B)352.05º62.88%51.76%-
XYZ11.437.435.11-
YUV75.07119.5168.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.77%
GREEN value IS 49 (19.53% from 255) = 20.33%
BLUE value IS 60 (23.83% from 255) = 24.90%
R=54.77%
G=20.33%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132496000.630.550.48352.0545.8635.49
Hex84313C03F37301602e23
Octal204617407767605405643
Binary100001001100011111000111111110111110000101100000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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