#84303E

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

Shades of Paprika #84303E

Tints of Paprika #84303E

Color information

#84303E (or 0x84303E) is unknown color: approx Paprika. HEX triplet: 84, 30 and 3E. RGB value is (132,48,62). Sum of RGB (Red+Green+Blue) = 132+48+62=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #84303E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84303E is #7BCFC1. Grayscale: #4A4A4A. Windows color (decimal): -8114114 or 4075652. OLE color: 4075652.

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

Color convert

RGB1324862-
CMYK00.640.530.48
HSL350º46.67%35.29%-
HSV(B)350º63.64%51.76%-
XYZ11.447.375.38-
YUV74.71120.83168.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.55%
GREEN value IS 48 (19.14% from 255) = 19.83%
BLUE value IS 62 (24.61% from 255) = 25.62%
R=54.55%
G=19.83%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132486200.640.530.4835046.6735.29
Hex84303E040353015e2f23
Octal2046076010065605365743
Binary1000010011000011111001000000110101110000101011110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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